From 48e99b64b190753d274b2bf3ba1e8bf57d323b90 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Tue, 8 Jul 2025 11:03:37 +0000 Subject: [PATCH] deployment_files --- sureops/testingweburl-back-b/deployment/build.sh | 2 +- sureops/testingweburl-front-f/deployment/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sureops/testingweburl-back-b/deployment/build.sh b/sureops/testingweburl-back-b/deployment/build.sh index ea98b2c..a0e5f19 100755 --- a/sureops/testingweburl-back-b/deployment/build.sh +++ b/sureops/testingweburl-back-b/deployment/build.sh @@ -13,7 +13,7 @@ DOMAIN=157.66.191.31:3000 #WEB-URL-PORT CONT_PORT=3306 TARGET_PORT=9292 -PATH_DIR=/data/41714_1751971682211/sureops_deploy/testingweburl/sureops/testingweburl-back-b/deployment +PATH_DIR=/data/41714_1751972592038/sureops_deploy/testingweburl/sureops/testingweburl-back-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/sureops/testingweburl-front-f/deployment/build.sh b/sureops/testingweburl-front-f/deployment/build.sh index 4c018e2..55b7502 100755 --- a/sureops/testingweburl-front-f/deployment/build.sh +++ b/sureops/testingweburl-front-f/deployment/build.sh @@ -13,7 +13,7 @@ GIT_BRANCH="main" DOMAIN="157.66.191.31:3000" CONT_PORT=30167 TARGET_PORT=80 -PATH_DIR="/data/41714_1751971682211/sureops_deploy/testingweburl/sureops/testingweburl-front-f/deployment" +PATH_DIR="/data/41714_1751972592038/sureops_deploy/testingweburl/sureops/testingweburl-front-f/deployment" DOCKER_TAG="1.0" MAX_RETRIES=3 RETRY_DELAY=10