Skip to content

Fix croll overflow issue on mobile #48

Fix croll overflow issue on mobile

Fix croll overflow issue on mobile #48

Workflow file for this run

name: Fly Deploy Staging
on:
pull_request:
branches:
- main
push:
branches:
- dev
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
timeout-minutes: 5
name: Deploy app
runs-on: ubuntu-latest
environment:
name: staging
url: https://betaspexet.se
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --config ./fly.staging.toml