Skip to content

Order applications by updated at (#91) #53

Order applications by updated at (#91)

Order applications by updated at (#91) #53

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