Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
alitpc25 authored Nov 26, 2023
1 parent 76ec215 commit 296f87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
echo "$AWS_PRIVATE_KEY" > aws-secret-key.pem
chmod 600 aws-secret-key.pem
ssh -o StrictHostKeyChecking=no -i ./aws-secret-key.pem ec2-user@${{ secrets.AWS_EC2_HOST }}
ssh -o StrictHostKeyChecking=no -i ./aws-secret-key.pem ec2-user@16.16.63.194
ls
- name: Update and Install libssl-dev
Expand Down

0 comments on commit 296f87b

Please sign in to comment.