Fixes valhalla URL

This commit is contained in:
Christian Beutel
2025-06-26 12:29:54 +02:00
parent 593b6c8142
commit 01853dfaa0
5 changed files with 6 additions and 6 deletions

View File

@@ -86,7 +86,7 @@ jobs:
# docker buildx build db/ --no-cache -t flomp/wanderer-db:$VERSION -t flomp/wanderer-db:latest --platform=linux/amd64,linux/arm64 --push
# Build web image
export PUBLIC_VALHALLA_URL=https://valhalla1.openstreetmap.de
export PUBLIC_VALHALLA_URL=https://valhalla.openstreetmap.de
cd web
npm ci && npm run build
cd ..