Skip to content

Commit

Permalink
Update deploy-on-master-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherbaier authored Mar 19, 2024
1 parent 5ace04d commit 318e123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-on-master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
ssh-keyscan -H ec2-34-224-89-239.compute-1.amazonaws.com >> ~/.ssh/known_hosts
- name: Connect to EC2 and run script
run: ssh -i "~/.ssh/id_aws.pem" [email protected] 'bash -s' < /home/ubuntu/scripts/hello.sh
run: ssh -i "~/.ssh/id_aws.pem" [email protected] 'pwd'

0 comments on commit 318e123

Please sign in to comment.