-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb7c23f
commit 2d33d7e
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
' | ||
# ' |