Skip to content

Commit

Permalink
chore: fix fly working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Jun 24, 2023
1 parent a994936 commit cfd8657
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,7 @@ jobs:
- name: Setup flyctl
uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy demo.signalk.org at fly.io
run: |
cd fly_io/demo_signalk_org
flyctl deploy --remote-only --build-arg SK_VERSION=${{ steps.vars.outputs.tag }}
working-directory: ./fly_io/demo_signalk_org
run: flyctl deploy --remote-only --build-arg SK_VERSION=${{ steps.vars.outputs.tag }}
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit cfd8657

Please sign in to comment.