Skip to content

Commit ec5cea1

Browse files
authored
Update deploy.workflow.yml
1 parent 27cb434 commit ec5cea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
username: ${{ secrets.SSH_USER }}
2323
key: ${{ secrets.SSH_PRIVATE_KEY }}
2424
script: |
25+
set -e # Exit on error
2526
cd ${{ secrets.WORK_DIR }}
2627
2728
# Set up Git to use the Personal Access Token

0 commit comments

Comments
 (0)