From 068c72caec509b85fa3b2d03d0da03f469e4df1c Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Thu, 12 Jun 2025 16:59:11 +0000 Subject: [PATCH] deployment_files --- .../orderestimate5-orderestimationback-b/deployment/build.sh | 4 ++-- .../orderestimate5-orderestimationfront-f/deployment/build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sureops/orderestimate5-orderestimationback-b/deployment/build.sh b/sureops/orderestimate5-orderestimationback-b/deployment/build.sh index dc9a398..d030622 100755 --- a/sureops/orderestimate5-orderestimationback-b/deployment/build.sh +++ b/sureops/orderestimate5-orderestimationback-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/38877_1749747174519/sureops_deploy/orderestimate5/sureops/orderestimate5-orderestimationback-b/deployment +PATH_DIR=/data/38877_1749747515894/sureops_deploy/orderestimate5/sureops/orderestimate5-orderestimationback-b/deployment #********************** cd $PATH_DIR -DOCKER_TAG=1.2 +DOCKER_TAG=1.3 #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/orderestimate5-orderestimationfront-f/deployment/build.sh b/sureops/orderestimate5-orderestimationfront-f/deployment/build.sh index b902e69..b9b2461 100755 --- a/sureops/orderestimate5-orderestimationfront-f/deployment/build.sh +++ b/sureops/orderestimate5-orderestimationfront-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/38877_1749747174519/sureops_deploy/orderestimate5/sureops/orderestimate5-orderestimationfront-f/deployment" -DOCKER_TAG="1.2" +PATH_DIR="/data/38877_1749747515894/sureops_deploy/orderestimate5/sureops/orderestimate5-orderestimationfront-f/deployment" +DOCKER_TAG="1.3" MAX_RETRIES=3 RETRY_DELAY=10