Skip to content

Commit 6c82efd

Browse files
authored
Update deploy.yml
1 parent c6b5377 commit 6c82efd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/deploy.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ jobs:
1717
run: |
1818
echo "${{ secrets.SSH_PRIVATE_KEY }}" | base64 -d > ssh_key.pem
1919
chmod 600 ssh_key.pem
20-
scp -i ssh_key.pem deploy_script.sh ubuntu@ec2-51-20-73-160.eu-north-1.compute.amazonaws.com:/home/ubuntu/scripts/deploy_script.sh
2120
ssh -i ssh_key.pem ubuntu@ec2-51-20-73-160.eu-north-1.compute.amazonaws.com 'bash -s' < /home/ubuntu/scripts/deploy_script.sh

0 commit comments

Comments
 (0)