Skip to content

Merge pull request #80 from datasektionen/hotfix-empty-apps #45

Merge pull request #80 from datasektionen/hotfix-empty-apps

Merge pull request #80 from datasektionen/hotfix-empty-apps #45

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