From 85de3dabfacd5067e50354b29fb4f912326c1583 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Wed, 4 Jun 2025 12:06:08 +0000 Subject: [PATCH] deployment_files --- sureops/test111rb-back-b/deployment/build.sh | 2 +- sureops/test111rb-front-f/deployment/Dockerfile | 4 ++-- sureops/test111rb-front-f/deployment/build.sh | 2 +- test111rb-front-f/Authsec_ReactBootStrapNew/.env | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sureops/test111rb-back-b/deployment/build.sh b/sureops/test111rb-back-b/deployment/build.sh index 4548346..ff06a78 100755 --- a/sureops/test111rb-back-b/deployment/build.sh +++ b/sureops/test111rb-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/38437_1749036354429/sureops_deploy/test111rb/sureops/test111rb-back-b/deployment +PATH_DIR=/data/38437_1749038735820/sureops_deploy/test111rb/sureops/test111rb-back-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/sureops/test111rb-front-f/deployment/Dockerfile b/sureops/test111rb-front-f/deployment/Dockerfile index 85f0b9e..f5f49b5 100755 --- a/sureops/test111rb-front-f/deployment/Dockerfile +++ b/sureops/test111rb-front-f/deployment/Dockerfile @@ -23,9 +23,9 @@ WORKDIR /app COPY --from=code /repo/test111rb/test111rb-front-f/Authsec_ReactBootStrapNew/ . RUN npm install --force RUN npm install --force html2canvas -#RUN PUBLIC_URL=http://157.66.191.31:33820/test111rb38437/front npm run build +#RUN PUBLIC_URL=http://157.66.191.31:33831/test111rb38437/front npm run build RUN npm install react-scripts -ENV PUBLIC_URL=http://157.66.191.31:33820/test111rb38437/front +ENV PUBLIC_URL=http://157.66.191.31:33831/test111rb38437/front RUN npm run build # Use Nginx as the web server diff --git a/sureops/test111rb-front-f/deployment/build.sh b/sureops/test111rb-front-f/deployment/build.sh index 80476ad..5d9d071 100755 --- a/sureops/test111rb-front-f/deployment/build.sh +++ b/sureops/test111rb-front-f/deployment/build.sh @@ -10,7 +10,7 @@ GITEA_PASS=$(sv get risadmin_prod dockerPassword) GITEA_EMAIL=ganeshk@dekatc.com GIT_BRANCH=main DOMAIN=157.66.191.31:3000 -PATH_DIR=/data/38437_1749036354429/sureops_deploy/test111rb/sureops/test111rb-front-f/deployment +PATH_DIR=/data/38437_1749038735820/sureops_deploy/test111rb/sureops/test111rb-front-f/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/test111rb-front-f/Authsec_ReactBootStrapNew/.env b/test111rb-front-f/Authsec_ReactBootStrapNew/.env index e361070..1bec1f9 100644 --- a/test111rb-front-f/Authsec_ReactBootStrapNew/.env +++ b/test111rb-front-f/Authsec_ReactBootStrapNew/.env @@ -1,3 +1,3 @@ GENERATE_SOURCEMAP=false - REACT_APP_API_URL=http://157.66.191.31:33822/back \ No newline at end of file + REACT_APP_API_URL=http://157.66.191.31:33833/back \ No newline at end of file