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 2d33d7e commit 44e9128
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 @@ -21,7 +21,7 @@ jobs:
- name: Connect to EC2 and run script
run: |
ssh -i "~/.ssh/id_aws.pem" [email protected] 'run_commands.sh'
ssh -i "~/.ssh/id_aws.pem" [email protected] '/home/ubuntu/run_commands.sh'
# ls;
# psql --host=geodb.cfhjsivstphy.us-east-1.rds.amazonaws.com --port=5432 --username=postgres --dbname=geodb;
# # echo "Another command";
Expand Down

0 comments on commit 44e9128

Please sign in to comment.