Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Dec 26, 2023
1 parent 5a585b4 commit 77be5cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
--endpoint-url ${{ secrets.S3_ENDPOINT }} \
--key release/adr-extract-`git rev-parse --short $GITHUB_SHA` \
/opt/adr/adr-extract
chmod +x build/adr-extract
- name: Download adr-server
run: |
Expand All @@ -32,6 +33,7 @@ jobs:
--endpoint-url ${{ secrets.S3_ENDPOINT }} \
--key release/adr-server-`git rev-parse --short $GITHUB_SHA` \
/opt/adr/adr-server
chmod +x build/adr-server
- name: Extract
run: /opt/adr/adr-extract /opt/germany-latest.osm.pbf /opt/adr/germany.adr
Expand Down

0 comments on commit 77be5cc

Please sign in to comment.