We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a11539 commit c22a173Copy full SHA for c22a173
.github/workflows/deploy.yml
@@ -19,6 +19,7 @@ jobs:
19
HOST: ec2-user@${{ secrets.AWS_INSTANCE_IP }}
20
run: |
21
ssh -i StrictHostKeyChecking=accept-new ec2-user@${{ secrets.AWS_INSTANCE_IP }} "
22
+
23
# `set -e` stops the execution of the script if a command or pipeline has an error. We need this to make sure
24
# the GitHub Action reports a failure if something goes wrong.
25
set -e
0 commit comments