Skip to content

Commit

Permalink
Update deploy-to-ec2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radu1122 committed Aug 13, 2023
1 parent 492a8a3 commit d1c0e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:

run: |
echo "$PRIVATE_KEY" > private_key && chmod 600 private_key
ssh -o StrictHostKeyChecking=no -i private_key ${USER_NAME}@${HOSTNAME} bash /home/ubuntu/fuse/deploy.sh
ssh -o StrictHostKeyChecking=no -i private_key ${USER_NAME}@${HOSTNAME} /home/ubuntu/fuse/deploy.sh

0 comments on commit d1c0e78

Please sign in to comment.