Skip to content

Commit

Permalink
fix: errors during script execution
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybrink committed May 5, 2024
1 parent 776a2df commit a1c40cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: ${{ secrets.SSH_PORT }}
script: "/services/duogradus/build-and-run.sh"
script: "sh /services/duogradus/build-and-run.sh"

0 comments on commit a1c40cb

Please sign in to comment.