Skip to content

display upload errors, and don't crash when no show (#85) #50

display upload errors, and don't crash when no show (#85)

display upload errors, and don't crash when no show (#85) #50

Workflow file for this run

name: Fly Deploy Prod
on:
push:
branches:
- main
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
jobs:
deploy:
timeout-minutes: 5
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only --config ./fly.production.toml