From d29d162d5c1de407fe5fe4e18c1783498c0ff06b Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Wed, 18 Jun 2025 09:59:35 +0000 Subject: [PATCH] deployment_files --- sureops/steper022-back-b/deployment/build.sh | 4 ++-- sureops/steper022-front-f/deployment/build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sureops/steper022-back-b/deployment/build.sh b/sureops/steper022-back-b/deployment/build.sh index 8717e8e..ce4f021 100755 --- a/sureops/steper022-back-b/deployment/build.sh +++ b/sureops/steper022-back-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/40159_1750239183622/sureops_deploy/steper022/sureops/steper022-back-b/deployment +PATH_DIR=/data/40159_1750240740739/sureops_deploy/steper022/sureops/steper022-back-b/deployment #********************** cd $PATH_DIR -DOCKER_TAG=1.0 +DOCKER_TAG=1.1 #docker system prune -f # Stop any existing containers with the same name and ports docker stop $PRJ_NAME >/dev/null 2>&1 || true diff --git a/sureops/steper022-front-f/deployment/build.sh b/sureops/steper022-front-f/deployment/build.sh index 94bdc4b..ee60c9f 100755 --- a/sureops/steper022-front-f/deployment/build.sh +++ b/sureops/steper022-front-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/40159_1750239183622/sureops_deploy/steper022/sureops/steper022-front-f/deployment" -DOCKER_TAG="1.0" +PATH_DIR="/data/40159_1750240740739/sureops_deploy/steper022/sureops/steper022-front-f/deployment" +DOCKER_TAG="1.1" MAX_RETRIES=3 RETRY_DELAY=10