Skip to content

Commit

Permalink
Update deployment commands in Github workflow
Browse files Browse the repository at this point in the history
This commit updates the deployment commands used in the Github Actions workflow. The argument style of running the deployment command has been changed to a direct command execution. This makes the workflow file easier to read and understand.

Signed-off-by: Giovanni Ravalico <[email protected]>
  • Loading branch information
suddenlyGiovanni committed Mar 4, 2024
1 parent b93e4fc commit cb52187
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ jobs:
uses: superfly/flyctl-actions/setup-flyctl@master
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
with:
args: "deploy --remote-only"
run: flyctl deploy --remote-only

0 comments on commit cb52187

Please sign in to comment.