From a7c0288a531593b9123e4282db9d4b8252617b6b Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Thu, 20 Mar 2025 12:27:43 +0000 Subject: [PATCH] deployment_files --- sureops/testnew20march-back-b/deployment/build.sh | 2 +- sureops/testnew20march-db-d/deployment/Dockerfile | 2 +- sureops/testnew20march-db-d/deployment/build.sh | 4 ++-- sureops/testnew20march-front-f/deployment/build.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sureops/testnew20march-back-b/deployment/build.sh b/sureops/testnew20march-back-b/deployment/build.sh index 8cd8d0b..acfb7bf 100755 --- a/sureops/testnew20march-back-b/deployment/build.sh +++ b/sureops/testnew20march-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/34541_1742465077875/sureops_deploy/testnew20march/sureops/testnew20march-back-b/deployment +PATH_DIR=/data/34541_1742473648019/sureops_deploy/testnew20march/sureops/testnew20march-back-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/sureops/testnew20march-db-d/deployment/Dockerfile b/sureops/testnew20march-db-d/deployment/Dockerfile index 11f056e..5cf96c7 100755 --- a/sureops/testnew20march-db-d/deployment/Dockerfile +++ b/sureops/testnew20march-db-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/34541_1742465077875/sureops_deploy/testnew20march/testnew20march-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/34541_1742473648019/sureops_deploy/testnew20march/testnew20march-db-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/testnew20march-db-d/deployment/build.sh b/sureops/testnew20march-db-d/deployment/build.sh index 3070a85..b82e931 100755 --- a/sureops/testnew20march-db-d/deployment/build.sh +++ b/sureops/testnew20march-db-d/deployment/build.sh @@ -11,11 +11,11 @@ GIT_BRANCH=main DOMAIN=157.66.191.31:3000 CONT_PORT=3306 TARGET_PORT=3306 -PATH_DIR=/data/34541_1742465077875/sureops_deploy/testnew20march/sureops/testnew20march-db-d/deployment +PATH_DIR=/data/34541_1742473648019/sureops_deploy/testnew20march/sureops/testnew20march-db-d/deployment #********************** cd $PATH_DIR -cp /data/34541_1742465077875/sureops_deploy/testnew20march/testnew20march-db-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/34541_1742473648019/sureops_deploy/testnew20march/testnew20march-db-d/authsec_mysql/mysql/wf_table/*.sql . pwd DOCKER_TAG=1.0 # Stop any existing containers with the same name and ports diff --git a/sureops/testnew20march-front-f/deployment/build.sh b/sureops/testnew20march-front-f/deployment/build.sh index 975d963..81768e6 100755 --- a/sureops/testnew20march-front-f/deployment/build.sh +++ b/sureops/testnew20march-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/34541_1742465077875/sureops_deploy/testnew20march/sureops/testnew20march-front-f/deployment" +PATH_DIR="/data/34541_1742473648019/sureops_deploy/testnew20march/sureops/testnew20march-front-f/deployment" DOCKER_TAG="1.0" MAX_RETRIES=3 RETRY_DELAY=10