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 eb7c23f commit 2d33d7e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-on-master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Connect to EC2 and run script
run: |
ssh -i "~/.ssh/id_aws.pem" [email protected] '
ls;
psql --host=geodb.cfhjsivstphy.us-east-1.rds.amazonaws.com --port=5432 --username=postgres --dbname=geodb;
# echo "Another command";
# Add more commands as needed
ssh -i "~/.ssh/id_aws.pem" [email protected] 'run_commands.sh'
# ls;
# psql --host=geodb.cfhjsivstphy.us-east-1.rds.amazonaws.com --port=5432 --username=postgres --dbname=geodb;
# # echo "Another command";
# # Add more commands as needed
# ssh -i "~/.ssh/id_aws.pem" [email protected] 'run_commands.sh'
'
# '

0 comments on commit 2d33d7e

Please sign in to comment.