diff --git a/bin/deploy b/bin/deploy index 82e5550e..7ff929bb 100755 --- a/bin/deploy +++ b/bin/deploy @@ -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