From 2a1c4f80822a2e05c19b0ff53b4ca10b901272ef Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Thu, 9 Apr 2026 04:50:24 +0000 Subject: [PATCH] deployment_files --- sureops/testalldt001-demot1-f/deployment/build.sh | 4 ++-- sureops/testalldt001-test2-b/deployment/build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sureops/testalldt001-demot1-f/deployment/build.sh b/sureops/testalldt001-demot1-f/deployment/build.sh index d1d5664..3870c85 100755 --- a/sureops/testalldt001-demot1-f/deployment/build.sh +++ b/sureops/testalldt001-demot1-f/deployment/build.sh @@ -13,8 +13,8 @@ GIT_BRANCH="main" DOMAIN="157.66.191.31:3000" CONT_PORT=30167 TARGET_PORT=80 -PATH_DIR="/data/57609_1775708964180/sureops_deploy/testalldt001/sureops/testalldt001-demot1-f/deployment" -DOCKER_TAG="1.1" +PATH_DIR="/data/57609_1775710166071/sureops_deploy/testalldt001/sureops/testalldt001-demot1-f/deployment" +DOCKER_TAG="1.2" MAX_RETRIES=3 RETRY_DELAY=10 diff --git a/sureops/testalldt001-test2-b/deployment/build.sh b/sureops/testalldt001-test2-b/deployment/build.sh index e454069..be016d0 100755 --- a/sureops/testalldt001-test2-b/deployment/build.sh +++ b/sureops/testalldt001-test2-b/deployment/build.sh @@ -13,10 +13,10 @@ DOMAIN=157.66.191.31:3000 #WEB-URL-PORT CONT_PORT=3306 TARGET_PORT=9292 -PATH_DIR=/data/57609_1775708964180/sureops_deploy/testalldt001/sureops/testalldt001-test2-b/deployment +PATH_DIR=/data/57609_1775710166071/sureops_deploy/testalldt001/sureops/testalldt001-test2-b/deployment #********************** cd $PATH_DIR -DOCKER_TAG=1.1 +DOCKER_TAG=1.2 #docker system prune -f # Stop any existing containers with the same name and ports docker stop $PRJ_NAME >/dev/null 2>&1 || true