update open id server url per chat with the homies

This commit is contained in:
burnettk 2022-08-17 17:21:24 -04:00
parent ff05dc8331
commit 42e48a4a5f
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@ if [[ -z "${SPIFFWORKFLOW_BACKEND_DOCKER_COMPOSE_PROFILE:-}" ]]; then
export SPIFFWORKFLOW_BACKEND_DOCKER_COMPOSE_PROFILE=run
fi
if [[ -z "${OPEN_ID_SERVER_URL:-}" ]]; then
export OPEN_ID_SERVER_URL='http://167.172.242.138:7002'
fi
git pull
./bin/build_and_run_with_docker_compose
./bin/wait_for_server_to_be_up