Skip to content

Commit 34757a3

Browse files
committed
tweak
1 parent 11f92bf commit 34757a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tilemaker-layers.yml

+8
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ jobs:
4141
- name: Fetch PBF
4242
run: wget --progress=dot:giga https://public.hikeratlas.com/pbfs/"$AREA".pbf
4343

44+
- name: Fetch GeoJSONs
45+
env:
46+
AWS_ENDPOINT_URL: https://ce5627cfc65c8b54d40bb91c0ba7298b.r2.cloudflarestorage.com
47+
AWS_EC2_METADATA_DISABLED: true
48+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
49+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
50+
run: aws s3 sync s3://hikes-public/geojsonl/ . --endpoint-url=https://ce5627cfc65c8b54d40bb91c0ba7298b.r2.cloudflarestorage.com && unzstd *.zst
51+
4452
- name: Build layer
4553
env:
4654
TILEMAKER: /tmp/tilemaker

0 commit comments

Comments
 (0)