Skip to content

Commit

Permalink
Merge pull request #223 from OpenHistoricalMap/staging
Browse files Browse the repository at this point in the history
Update ohm-website - production
  • Loading branch information
danrademacher authored Aug 17, 2023
2 parents 25d272c + b11954a commit 20a2f68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/frontend-overpass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,18 @@ jobs:
uses: actions/checkout@v2
with:
repository: OpenHistoricalMap/overpass-turbo
ref: d66745b41cc989187c3df14737f8790fcfb20ca3
ref: 43d1d9aa7e8bbb7152c89354900fdd327f9f7ffe
# token: ${{env.DEV_GITHUB_TOKEN}}

- name: Use Node.js 10
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 10
node-version: 12

- name: Install modules
run: |
rm -rf node_modules package-lock.json
rm -rf node_modules
rm package-lock.json
npm cache clean --force
npm cache verify
npm install
Expand Down
2 changes: 1 addition & 1 deletion images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN npm install -g svgo
# Install openstreetmap-website
RUN rm -rf $workdir/html

ENV OPENHISTORICALMAP_WEBSITE_GITSHA=53778a916e51ce8367e8a2345f4a1581b0b3e615
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=1ec64f07bda4becdaa5254e027594d82e38afc98
RUN git clone -b staging https://github.com/OpenHistoricalMap/ohm-website.git $workdir
WORKDIR $workdir
RUN git checkout $OPENHISTORICALMAP_WEBSITE_GITSHA
Expand Down

0 comments on commit 20a2f68

Please sign in to comment.