mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-14 21:35:25 +00:00
fix working directory typo and pray it doesnt push to prod
This commit is contained in:
parent
22e0096ddb
commit
7b6226b695
1 changed files with 1 additions and 1 deletions
2
.github/workflows/fly-deploy-staging.yml
vendored
2
.github/workflows/fly-deploy-staging.yml
vendored
|
|
@ -24,4 +24,4 @@ jobs:
|
||||||
run: flyctl deploy --local-only
|
run: flyctl deploy --local-only
|
||||||
env:
|
env:
|
||||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||||
working-directory: ./staging
|
working-directory: staging
|
||||||
Loading…
Reference in a new issue