mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-06-25 21:18:05 +02: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]
|
types: [completed]
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: production
|
group: production
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
@ -17,6 +18,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: superfly/flyctl-actions/setup-flyctl@master
|
- 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:
|
env:
|
||||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue