Skip to content

Commit

Permalink
Add GITHUB_WORKSPACE to flyctl deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
DemianParkhomenko committed Sep 9, 2023
1 parent 9e79a95 commit 1c8d1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
steps:
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: pwd
- run: flyctl deploy ../../ --remote-only
- run: flyctl deploy ${GITHUB_WORKSPACE} --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 1c8d1b9

Please sign in to comment.