From 3d074d737aff1dc17a7de2c8d9752e81c761c165 Mon Sep 17 00:00:00 2001 From: Yera All Date: Sat, 4 Apr 2026 03:30:23 +0500 Subject: [PATCH] Clear Docker env for source production deploy --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) 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