Skip to content

Commit

Permalink
Merge pull request #345 from OpenHistoricalMap/v2.0.2-ohm-overpass-tu…
Browse files Browse the repository at this point in the history
…rbo-deploy

v2.0.2 release of overpass-turbo to staging.
  • Loading branch information
Rub21 authored Jul 16, 2024
2 parents ae03337 + fd9ec7f commit 44bc7c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend-overpass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: OpenHistoricalMap/overpass-turbo
ref: f4f5a0342b3d767a535febffcf9b9a1184c19ea5
ref: 1893cef4c0ab4ce96ad0451103526c18ebabf8f6
# token: ${{env.DEV_GITHUB_TOKEN}}

- name: Use Node.js 16
Expand All @@ -51,7 +51,7 @@ jobs:
run: |
sed -i -e 's/overpass-api.openhistoricalmap.org/'${OVERPASS_API}'/g' js/configs.ts
yarn build
- uses: actions/setup-python@v2
with:
python-version: '3.10'
Expand All @@ -69,4 +69,4 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 44bc7c4

Please sign in to comment.