From 8adcd3b7c497c25a184e8966551457a2116b9c68 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Thu, 19 Jun 2025 10:19:37 +0000 Subject: [PATCH] deployment_files --- sureops/test054rb-backrb-b/deployment/build.sh | 4 ++-- sureops/test054rb-frontrb-f/deployment/Dockerfile | 2 +- sureops/test054rb-frontrb-f/deployment/build.sh | 4 ++-- test054rb-frontrb-f/Authsec_ReactBootStrapNew/.env | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sureops/test054rb-backrb-b/deployment/build.sh b/sureops/test054rb-backrb-b/deployment/build.sh index 0555cc3..a1105cb 100755 --- a/sureops/test054rb-backrb-b/deployment/build.sh +++ b/sureops/test054rb-backrb-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/40493_1750328088267/sureops_deploy/test054rb/sureops/test054rb-backrb-b/deployment +PATH_DIR=/data/40493_1750328336868/sureops_deploy/test054rb/sureops/test054rb-backrb-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/test054rb-frontrb-f/deployment/Dockerfile b/sureops/test054rb-frontrb-f/deployment/Dockerfile index 62e4f4e..aa6af8a 100755 --- a/sureops/test054rb-frontrb-f/deployment/Dockerfile +++ b/sureops/test054rb-frontrb-f/deployment/Dockerfile @@ -37,7 +37,7 @@ RUN ls -la node_modules/html2canvas && \ ls -la node_modules/html2canvas/dist # Set environment variables -ENV PUBLIC_URL=http://157.66.191.31:35301/test054rb40493/frontrb +ENV PUBLIC_URL=http://157.66.191.31:35307/test054rb40493/frontrb ENV NODE_PATH=/app/node_modules # Run build diff --git a/sureops/test054rb-frontrb-f/deployment/build.sh b/sureops/test054rb-frontrb-f/deployment/build.sh index f083e64..7b33aca 100755 --- a/sureops/test054rb-frontrb-f/deployment/build.sh +++ b/sureops/test054rb-frontrb-f/deployment/build.sh @@ -10,10 +10,10 @@ GITEA_PASS=$(sv get risadmin_prod dockerPassword) GITEA_EMAIL=ganeshk@dekatc.com GIT_BRANCH=main DOMAIN=157.66.191.31:3000 -PATH_DIR=/data/40493_1750328088267/sureops_deploy/test054rb/sureops/test054rb-frontrb-f/deployment +PATH_DIR=/data/40493_1750328336868/sureops_deploy/test054rb/sureops/test054rb-frontrb-f/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/test054rb-frontrb-f/Authsec_ReactBootStrapNew/.env b/test054rb-frontrb-f/Authsec_ReactBootStrapNew/.env index 8601759..07dc5bc 100644 --- a/test054rb-frontrb-f/Authsec_ReactBootStrapNew/.env +++ b/test054rb-frontrb-f/Authsec_ReactBootStrapNew/.env @@ -1,3 +1,3 @@ GENERATE_SOURCEMAP=false - REACT_APP_API_URL=http://157.66.191.31:35303/backrb/ \ No newline at end of file + REACT_APP_API_URL=http://157.66.191.31:35309/backrb/ \ No newline at end of file