Skip to content

Commit

Permalink
fix;
Browse files Browse the repository at this point in the history
  • Loading branch information
iSplasher committed Oct 11, 2023
1 parent a5accd4 commit 2315661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
username: ${{ vars.GH_SSH_USERNAME }}
key: ${{ secrets.GH_SSH_PRIVATE_KEY }}
port: ${{ vars.DEPLOY_PORT }}
script_stop: false # setting this to true does not work well as of 0.1.10. most likely a bug in the action
script_stop: true # setting this to true does not work well as of 0.1.10. most likely a bug in the action
script: |
exec bash \-l
cd ${{ env.DEPLOY_PATH }}
Expand Down

0 comments on commit 2315661

Please sign in to comment.