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 d3797ab commit 09f7d3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-on-master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
# Now run the modified SQL script
psql --host=geodb.cfhjsivstphy.us-east-1.rds.amazonaws.com --port=5432 --username=postgres --dbname=geodb -f create_table.sql
\copy khm_geo FROM /home/ubuntu/data/khm_geo.csv WITH (FORMAT CSV, HEADER true, DELIMITER ',')
'

0 comments on commit 09f7d3f

Please sign in to comment.