Skip to content

Commit

Permalink
data filename
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddewie committed Feb 12, 2024
1 parent ead227e commit 2b330a1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:

- name: Download data
run: |
curl --progress-bar https://download.geofabrik.de/europe/netherlands-latest.osm.pbf --output netherlands.osm.pbf
curl --progress-bar https://download.geofabrik.de/europe/netherlands-latest.osm.pbf --output data.osm.pbf
- name: Import data
env:
OSM2PGSQL_NUMPROC: 4
OSM2PGSQL_CACHE: 2000
run: |
docker compose run --build import
Expand Down

0 comments on commit 2b330a1

Please sign in to comment.