diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d25fd94..36e50e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ docker-build: --context "${CI_PROJECT_DIR}" --dockerfile "${CI_PROJECT_DIR}/Dockerfile" --destination "${DOCKER_IMAGE_NAME}" - --build-arg "VITE_BACKEND_URL=http://localhost:8082" + --build-arg "VITE_BACKEND_URL=https://apollo-2wwkklgrpq-uc.a.run.app" # Run this job in a branch where a Dockerfile exists rules: