mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-18 16:08:13 +00:00
fixed deploy-fly workflow
This commit is contained in:
parent
6a39a5f094
commit
633849fad6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy-fly.yml
vendored
6
.github/workflows/deploy-fly.yml
vendored
|
@ -4,8 +4,8 @@ jobs:
|
||||||
main:
|
main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: superfly/flyctl-actions@1.0
|
- uses: superfly/flyctl-actions/setup-flyctl@master
|
||||||
with: { args: deploy }
|
- run: flyctl deploy --local-only
|
||||||
env:
|
env:
|
||||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue