From 6e8bfa1eb3cdc0b8494a7dac13a7d88398377c37 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Wed, 4 Jun 2025 09:45:39 +0000 Subject: [PATCH] deployment_files --- sureops/test108rb-back-b/deployment/build.sh | 2 +- sureops/test108rb-front-f/deployment/Dockerfile | 2 +- sureops/test108rb-front-f/deployment/build.sh | 2 +- test108rb-front-f/Authsec_ReactBootStrapNew/.env | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sureops/test108rb-back-b/deployment/build.sh b/sureops/test108rb-back-b/deployment/build.sh index cf31446..b8c3b49 100755 --- a/sureops/test108rb-back-b/deployment/build.sh +++ b/sureops/test108rb-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/38404_1749029638811/sureops_deploy/test108rb/sureops/test108rb-back-b/deployment +PATH_DIR=/data/38404_1749030315742/sureops_deploy/test108rb/sureops/test108rb-back-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/sureops/test108rb-front-f/deployment/Dockerfile b/sureops/test108rb-front-f/deployment/Dockerfile index 4c3ddbb..5478772 100755 --- a/sureops/test108rb-front-f/deployment/Dockerfile +++ b/sureops/test108rb-front-f/deployment/Dockerfile @@ -23,7 +23,7 @@ WORKDIR /app COPY --from=code /repo/test108rb/test108rb-front-f/Authsec_ReactBootStrapNew/ . RUN npm install --force RUN npm install --force html2canvas -RUN PUBLIC_URL=http://157.66.191.31:33800/test108rb38404/front npm run build +RUN PUBLIC_URL=http://157.66.191.31:33806/test108rb38404/front npm run build # Use Nginx as the web server FROM nginx:alpine diff --git a/sureops/test108rb-front-f/deployment/build.sh b/sureops/test108rb-front-f/deployment/build.sh index 0a3ab56..ff5e6a3 100755 --- a/sureops/test108rb-front-f/deployment/build.sh +++ b/sureops/test108rb-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/38404_1749029638811/sureops_deploy/test108rb/sureops/test108rb-front-f/deployment +PATH_DIR=/data/38404_1749030315742/sureops_deploy/test108rb/sureops/test108rb-front-f/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/test108rb-front-f/Authsec_ReactBootStrapNew/.env b/test108rb-front-f/Authsec_ReactBootStrapNew/.env index 944e822..a1fb5be 100644 --- a/test108rb-front-f/Authsec_ReactBootStrapNew/.env +++ b/test108rb-front-f/Authsec_ReactBootStrapNew/.env @@ -1,3 +1,3 @@ GENERATE_SOURCEMAP=false - REACT_APP_API_URL=http://157.66.191.31:33802/back \ No newline at end of file + REACT_APP_API_URL=http://157.66.191.31:33808/back \ No newline at end of file