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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: superfly/flyctl-actions@1.0
|
||||
with: { args: deploy }
|
||||
- uses: actions/checkout@v3
|
||||
- uses: superfly/flyctl-actions/setup-flyctl@master
|
||||
- run: flyctl deploy --local-only
|
||||
env:
|
||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||
|
|
Loading…
Add table
Reference in a new issue