We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9626b4 commit 42def0aCopy full SHA for 42def0a
.github/workflows/deploy.yml
@@ -17,4 +17,4 @@ jobs:
17
run: |
18
echo "${{ secrets.SSH_PRIVATE_KEY }}" | base64 -d > ssh_key.pem
19
chmod 600 ssh_key.pem
20
- ssh -i ssh_key.pem ubuntu@ec2-51-20-73-160.eu-north-1.compute.amazonaws.com 'bash -s' < /home/ubuntu/scripts/ci_cd.sh
+ ssh -i ssh_key.pem ubuntu@ec2-51-20-73-160.eu-north-1.compute.amazonaws.com 'bash -x /home/ubuntu/scripts/ci_cd.sh > deployment_output.log 2>&1'
0 commit comments