try to change into the staging dir manuall

This commit is contained in:
msukkari 2025-01-30 17:17:22 -08:00
parent 44dd53f179
commit 4e7ac937e4

View file

@ -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