0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2025-03-11 02:19:14 -05:00

.github/workflow: switch to local-build fly deploy

This commit is contained in:
Will Norris 2023-01-31 20:58:22 -08:00
parent 5ffd8db241
commit 431c70aaa9

View file

@ -5,6 +5,7 @@ on:
types: [completed]
branches: [main]
concurrency:
group: production
cancel-in-progress: true
@ -17,6 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl -c etc/fly.toml deploy --remote-only
- run: flyctl -c etc/fly.toml deploy --local-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}