mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-26 13:26:23 +02:00
.github/workfow: try to fix fly deploy
go back to remote-only build for fly deploy, but use buildx v0.9.1 for building the docker image. Also add manual trigger for fly deploy action.
This commit is contained in:
parent
431c70aaa9
commit
f314cbfc87
2 changed files with 5 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
workflows: [Docker]
|
||||
types: [completed]
|
||||
branches: [main]
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: production
|
||||
|
|
@ -18,6 +18,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: superfly/flyctl-actions/setup-flyctl@master
|
||||
- run: flyctl -c etc/fly.toml deploy --local-only
|
||||
- run: flyctl -c etc/fly.toml deploy --remote-only
|
||||
env:
|
||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue