From a2bbfa789df7b0fdaf331c8cf96770671f80a49c Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 4 Apr 2026 03:28:43 +0500 Subject: [PATCH] Use local Docker socket in shell deploy --- scripts/deploy_gitlab.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/deploy_gitlab.sh b/scripts/deploy_gitlab.sh index 4733e6d..ed1235c 100755 --- a/scripts/deploy_gitlab.sh +++ b/scripts/deploy_gitlab.sh @@ -2,6 +2,8 @@ set -Eeuo pipefail +unset DOCKER_HOST DOCKER_TLS_VERIFY DOCKER_CERT_PATH DOCKER_TLS_CERTDIR + DEPLOY_DIR="${DEPLOY_DIR:-/home/gitlab-runner/deploy/call-center}" APP_IMAGE_NAME="${APP_IMAGE_NAME:-call-center-app}" APP_IMAGE_TAG="${APP_IMAGE_TAG:-${CI_COMMIT_SHORT_SHA:-latest}}"