Skip to content

Commit c22a173

Browse files
committed
Add comments to deploy steps.
1 parent 9a11539 commit c22a173

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
HOST: ec2-user@${{ secrets.AWS_INSTANCE_IP }}
2020
run: |
2121
ssh -i StrictHostKeyChecking=accept-new ec2-user@${{ secrets.AWS_INSTANCE_IP }} "
22+
2223
# `set -e` stops the execution of the script if a command or pipeline has an error. We need this to make sure
2324
# the GitHub Action reports a failure if something goes wrong.
2425
set -e

0 commit comments

Comments
 (0)