mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-13 12:55:19 +00:00
try to change into the staging dir manuall
This commit is contained in:
parent
44dd53f179
commit
4e7ac937e4
1 changed files with 4 additions and 3 deletions
5
.github/workflows/fly-deploy-staging.yml
vendored
5
.github/workflows/fly-deploy-staging.yml
vendored
|
|
@ -22,7 +22,8 @@ jobs:
|
|||
uses: superfly/flyctl-actions/setup-flyctl@master
|
||||
|
||||
- name: Deploy to fly.io
|
||||
run: flyctl deploy --local-only
|
||||
run: |
|
||||
cd $GITHUB_WORKSPACE/staging
|
||||
flyctl deploy --local-only
|
||||
env:
|
||||
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
|
||||
working-directory: staging
|
||||
Loading…
Reference in a new issue