diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34adfa2..1c14c1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -200,6 +200,10 @@ deploy-production-source: - job: postgres-readiness optional: true variables: + DOCKER_HOST: "" + DOCKER_TLS_VERIFY: "" + DOCKER_CERT_PATH: "" + DOCKER_TLS_CERTDIR: "" DEPLOY_DIR: /home/gitlab-runner/deploy/call-center APP_IMAGE_NAME: call-center-app HEALTHCHECK_URL: http://127.0.0.1:8080/health