Skip to content

Commit

Permalink
Update osm-seed version and staging site
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 11, 2024
1 parent d17f9ba commit 3e83194
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN npm install -g svgo

# Install openstreetmap-website
RUN rm -rf $workdir/html
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=c2b62c698052bbfceffe31b6d8e513a27f4073d1
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=af22cfbc2014846283ed0e2501276fec66467bc1
RUN git clone -b staging https://github.com/OpenHistoricalMap/ohm-website.git $workdir
WORKDIR $workdir
RUN git checkout $OPENHISTORICALMAP_WEBSITE_GITSHA
Expand Down
2 changes: 1 addition & 1 deletion ohm/requirements.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies:
- name: osm-seed
version: '0.1.0-n782.h82f607d'
version: '0.1.0-n784.h7dd2a0e'
repository: https://devseed.com/osm-seed-chart/
2 changes: 2 additions & 0 deletions values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ osm-seed:
NEW_RELIC_APP_NAME: {{STAGING_NEW_RELIC_APP_NAME}}
ORGANIZATION_NAME: OpenHistoricalMap
WEBSITE_STATUS: "online"
# API_TIMEOUT: 600
# WEB_TIMEOUT: 600
resources:
enabled: true
requests:
Expand Down

0 comments on commit 3e83194

Please sign in to comment.