diff --git a/sureops/testallrb001-demot1-f/deployment/Dockerfile b/sureops/testallrb001-demot1-f/deployment/Dockerfile index af82ec9..e6d1b6e 100755 --- a/sureops/testallrb001-demot1-f/deployment/Dockerfile +++ b/sureops/testallrb001-demot1-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://:35789/testallrb00140879/demot1 +ENV PUBLIC_URL=http://:35850/testallrb00140879/demot1 ENV NODE_PATH=/app/node_modules # Run build diff --git a/sureops/testallrb001-demot1-f/deployment/build.sh b/sureops/testallrb001-demot1-f/deployment/build.sh index 3074655..7287b38 100755 --- a/sureops/testallrb001-demot1-f/deployment/build.sh +++ b/sureops/testallrb001-demot1-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/40879_1750739684597/sureops_deploy/testallrb001/sureops/testallrb001-demot1-f/deployment +PATH_DIR=/data/40879_1750743667202/sureops_deploy/testallrb001/sureops/testallrb001-demot1-f/deployment #********************** cd $PATH_DIR -DOCKER_TAG=1.5 +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/testallrb001-test2-b/deployment/build.sh b/sureops/testallrb001-test2-b/deployment/build.sh index 7a1669e..97f3ba2 100755 --- a/sureops/testallrb001-test2-b/deployment/build.sh +++ b/sureops/testallrb001-test2-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/40879_1750739684597/sureops_deploy/testallrb001/sureops/testallrb001-test2-b/deployment +PATH_DIR=/data/40879_1750743667202/sureops_deploy/testallrb001/sureops/testallrb001-test2-b/deployment #********************** cd $PATH_DIR -DOCKER_TAG=1.5 +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/testallrb001-testdb-d/deployment/Dockerfile b/sureops/testallrb001-testdb-d/deployment/Dockerfile index f72a69d..0a80bd7 100755 --- a/sureops/testallrb001-testdb-d/deployment/Dockerfile +++ b/sureops/testallrb001-testdb-d/deployment/Dockerfile @@ -12,7 +12,7 @@ ENV MYSQL_ROOT_PASSWORD root COPY conf.d /etc/mysql/conf.d COPY *.sql /docker-entrypoint-initdb.d/ - #COPY --from=code /repo//data/40879_1750739684597/sureops_deploy/testallrb001/testallrb001-testdb-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/40879_1750743667202/sureops_deploy/testallrb001/testallrb001-testdb-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . VOLUME /var/lib/mysql EXPOSE 3306 CMD ["mysqld"] \ No newline at end of file diff --git a/sureops/testallrb001-testdb-d/deployment/build.sh b/sureops/testallrb001-testdb-d/deployment/build.sh index ea9bec4..341d8ad 100755 --- a/sureops/testallrb001-testdb-d/deployment/build.sh +++ b/sureops/testallrb001-testdb-d/deployment/build.sh @@ -11,13 +11,13 @@ GIT_BRANCH=main DOMAIN=157.66.191.31:3000 CONT_PORT=3306 TARGET_PORT=3306 -PATH_DIR=/data/40879_1750739684597/sureops_deploy/testallrb001/sureops/testallrb001-testdb-d/deployment +PATH_DIR=/data/40879_1750743667202/sureops_deploy/testallrb001/sureops/testallrb001-testdb-d/deployment #********************** cd $PATH_DIR -cp /data/40879_1750739684597/sureops_deploy/testallrb001/testallrb001-testdb-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/40879_1750743667202/sureops_deploy/testallrb001/testallrb001-testdb-d/authsec_mysql/mysql/wf_table/*.sql . pwd -DOCKER_TAG=1.5 +DOCKER_TAG=1.1 # Stop any existing containers with the same name and ports docker stop $PRJ_NAME >/dev/null 2>&1 || true docker rm $PRJ_NAME >/dev/null 2>&1 || true diff --git a/testallrb001-demot1-f/Authsec_ReactBootStrapNew/.env b/testallrb001-demot1-f/Authsec_ReactBootStrapNew/.env index bd1cb3d..2b5414d 100644 --- a/testallrb001-demot1-f/Authsec_ReactBootStrapNew/.env +++ b/testallrb001-demot1-f/Authsec_ReactBootStrapNew/.env @@ -1,3 +1,3 @@ GENERATE_SOURCEMAP=false - REACT_APP_API_URL=http://157.66.191.31:35791/test2/ \ No newline at end of file + REACT_APP_API_URL=http://157.66.191.31:35852/test2/ \ No newline at end of file