Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/frontend-overpass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: OpenHistoricalMap/overpass-turbo
ref: be9b87d55699a00570c1d5fcc8d4323c2d0dd0e3
ref: efdce1a1979e6c33de9fa459c1b1cf6934acab6a
path: overpass-turbo

- name: Enable Corepack
Expand Down
2 changes: 1 addition & 1 deletion images/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update && \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# Download OHM Website using gitsha, faster than cloning
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=b29601a3bdccb4e8667653a16251ec8e94d78544
ENV OPENHISTORICALMAP_WEBSITE_GITSHA=c37a340e8fc31c0ae6670d0b8a5b9bab24c4236a
ENV OHM_WEBSITE_URL=https://github.com/OpenHistoricalMap/ohm-website/archive/${OPENHISTORICALMAP_WEBSITE_GITSHA}.zip
RUN rm -rf $workdir/* && curl -fsSL $OHM_WEBSITE_URL -o /tmp/ohm-website.zip && \
unzip /tmp/ohm-website.zip -d /tmp && \
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-0.dev.git.973.hb03b96b'
version: '0.1.0-0.dev.git.976.h81b6cdf'
repository: https://devseed.com/osm-seed-chart/
2 changes: 1 addition & 1 deletion values.staging.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ osm-seed:
enabled: true
name: ohm-s3-bucket-access-staging
env:
ENABLE_SEND_SLACK_MESSAGE: "true"
ENABLE_SEND_SLACK_MESSAGE: "false"
SLACK_WEBHOOK_URL: {{OHM_SLACK_WEBHOOK_URL}}
resources:
enabled: false
Expand Down
Loading