Skip to content

Commit 9c677b7

Browse files
authored
Add error handling to deploy script
1 parent 5d8cf8d commit 9c677b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-pi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
key: ${{ secrets.PI_SSH_KEY }}
3030
command_timeout: "20m"
3131
script: |
32+
set -e
3233
APP_DIR="/home/comon/ACT"
3334
REPO_URL="https://github.com/Comon-tech/ACT.git"
3435
REMOTE="origin"

0 commit comments

Comments
 (0)