Skip to content

Update display improvements #883

Update display improvements

Update display improvements #883

name: Fly Deploy Staging
on:
push:
branches:
- main
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN_STAGING }}
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./platform
concurrency:
group: ${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --config deployments/fly.staging.toml --build-arg APP_REVISION=${{ github.sha }} --wait-timeout 300