Clear Docker env for source production deploy
This commit is contained in:
@@ -200,6 +200,10 @@ deploy-production-source:
|
|||||||
- job: postgres-readiness
|
- job: postgres-readiness
|
||||||
optional: true
|
optional: true
|
||||||
variables:
|
variables:
|
||||||
|
DOCKER_HOST: ""
|
||||||
|
DOCKER_TLS_VERIFY: ""
|
||||||
|
DOCKER_CERT_PATH: ""
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
DEPLOY_DIR: /home/gitlab-runner/deploy/call-center
|
DEPLOY_DIR: /home/gitlab-runner/deploy/call-center
|
||||||
APP_IMAGE_NAME: call-center-app
|
APP_IMAGE_NAME: call-center-app
|
||||||
HEALTHCHECK_URL: http://127.0.0.1:8080/health
|
HEALTHCHECK_URL: http://127.0.0.1:8080/health
|
||||||
|
|||||||
Reference in New Issue
Block a user