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 2f21eb3 commit 76eeea2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/deploy-on-master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ jobs:
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";
# echo "Another command";
# Add more commands as needed
CREATE TABLE khm_geo (
geo_id VARCHAR NOT NULL,
deped_id VARCHAR,
school_name VARCHAR,
address VARCHAR,
adm0 VARCHAR,
adm1 VARCHAR,
adm2 VARCHAR,
adm3 VARCHAR,
longitude VARCHAR,
latitude VARCHAR
);
'

0 comments on commit 76eeea2

Please sign in to comment.