mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
update staging deploy script to match new version in main
This commit is contained in:
parent
94908c030f
commit
4d4988dae7
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
|
|
@ -26,4 +26,4 @@ jobs:
|
|||
cd $GITHUB_WORKSPACE/staging
|
||||
flyctl deploy --local-only
|
||||
env:
|
||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||
FLY_API_TOKEN: ${{ secrets.FLY_STAGING_DEPLOY_TOKEN }}
|
||||
Loading…
Reference in a new issue