Skip to content

Commit 42def0a

Browse files
authored
Update deploy.yml
1 parent a9626b4 commit 42def0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
run: |
1818
echo "${{ secrets.SSH_PRIVATE_KEY }}" | base64 -d > ssh_key.pem
1919
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
20+
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

Comments
 (0)