mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-24 18:46:40 +07:00
fixed yaml file
This commit is contained in:
parent
151b26ebd3
commit
f48b724b9c
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@ steps:
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
environment:
|
environment:
|
||||||
- REACT_APP_PUBLIC_PATH: https://map.vault48.org/
|
REACT_APP_PUBLIC_PATH: https://map.vault48.org/
|
||||||
- REACT_APP_API_ADDR: https://backend.map.vault48.org
|
REACT_APP_API_ADDR: https://backend.map.vault48.org
|
||||||
- REACT_APP_OSRM_URL: https://vault48.org:5001/route/v1
|
REACT_APP_OSRM_URL: https://vault48.org:5001/route/v1
|
||||||
- REACT_APP_OSRM_PROFILE: bike
|
REACT_APP_OSRM_PROFILE: bike
|
||||||
settings:
|
settings:
|
||||||
dockerfile: docker/www/Dockerfile
|
dockerfile: docker/www/Dockerfile
|
||||||
build_args_from_env:
|
build_args_from_env:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue