.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:
Will Norris 2023-01-31 21:08:50 -08:00
parent 431c70aaa9
commit f314cbfc87
2 changed files with 5 additions and 2 deletions

View file

@ -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 }}