diff --git a/sureops/testorderestimation-back-b/deployment/build.sh b/sureops/testorderestimation-back-b/deployment/build.sh index b4e9d08..20df121 100755 --- a/sureops/testorderestimation-back-b/deployment/build.sh +++ b/sureops/testorderestimation-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/42182_1753436018670/sureops_deploy/testorderestimation/sureops/testorderestimation-back-b/deployment +PATH_DIR=/data/42182_1753438375164/sureops_deploy/testorderestimation/sureops/testorderestimation-back-b/deployment #********************** cd $PATH_DIR -DOCKER_TAG=1.0 +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 diff --git a/sureops/testorderestimation-front-f/deployment/build.sh b/sureops/testorderestimation-front-f/deployment/build.sh index b97a38d..dcb4906 100755 --- a/sureops/testorderestimation-front-f/deployment/build.sh +++ b/sureops/testorderestimation-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/42182_1753436018670/sureops_deploy/testorderestimation/sureops/testorderestimation-front-f/deployment" -DOCKER_TAG="1.0" +PATH_DIR="/data/42182_1753438375164/sureops_deploy/testorderestimation/sureops/testorderestimation-front-f/deployment" +DOCKER_TAG="1.2" MAX_RETRIES=3 RETRY_DELAY=10