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:
parent
5ffd8db241
commit
431c70aaa9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue