diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5f6f4b..94ee432 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,7 +28,7 @@ build-docker-prod: - > docker build --build-arg YC_CONTAINER_REGISTRY=${YC_CONTAINER_REGISTRY} - --build-arg VITE_API_URL="https://posnet.selftech.ru" + --build-arg VITE_API_URL="https://postnet.selftech.ru" -t ${DOCKER_IMAGE_TAG}-prod . - docker push ${DOCKER_IMAGE_TAG}-prod @@ -45,7 +45,7 @@ deploy-dev-kuber: deploy-prod-kuber: extends: .deploy_base_kuber variables: - INGRESS_HOST: "posnet.selftech.ru" + INGRESS_HOST: "postnet.selftech.ru" DEPLOY_DOCKER_IMAGE: ${DOCKER_IMAGE_TAG}-prod tags: - docker-prod