Skip to content

Commit

Permalink
Pull existing DB direct from Cloud Run, refs #20
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 5, 2020
1 parent 6999318 commit 1bbed54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install -r requirements.txt
- name: Build browse.db database
run: |-
wget https://www.niche-museums.com/browse.db
wget https://niche-museums-j7hipcg4aq-uc.a.run.app/browse.db
yaml-to-sqlite browse.db museums museums.yaml --pk=id
sqlite3 about.db ""
sqlite3 map.db ""
Expand Down

0 comments on commit 1bbed54

Please sign in to comment.