We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8cf8d commit 9c677b7Copy full SHA for 9c677b7
1 file changed
.github/workflows/deploy-pi.yml
@@ -29,6 +29,7 @@ jobs:
29
key: ${{ secrets.PI_SSH_KEY }}
30
command_timeout: "20m"
31
script: |
32
+ set -e
33
APP_DIR="/home/comon/ACT"
34
REPO_URL="https://github.com/Comon-tech/ACT.git"
35
REMOTE="origin"
0 commit comments