Skip to content

Commit 3ea5167

Browse files
committed
Fix SSH deployment workflow
1 parent 2c37a32 commit 3ea5167

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
username: ${{ secrets.HOMELAB_USER }}
5252
key: ${{ secrets.HOMELAB_SSH_KEY }}
5353
port: ${{ secrets.HOMELAB_SSH_PORT }}
54+
script_stop: true
5455
script: |
5556
set -e
5657
cd ~/projects/local-smart-portfolio

0 commit comments

Comments
 (0)