From 3a7ba013c05f7a95f1159e3be2ded48f0064c359 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Fri, 10 Oct 2025 07:06:40 +0000 Subject: [PATCH] deployment_files --- .../deployment/build.sh | 2 +- .../deployment/Dockerfile | 2 +- .../deployment/build.sh | 4 ++-- .../deployment/build.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-b-b/deployment/build.sh b/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-b-b/deployment/build.sh index b552b67..fc36549 100755 --- a/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-b-b/deployment/build.sh +++ b/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-b-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/50362_1759985735419/sureops_deploy/simple_notes_taking_20251009_044730/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-b-b/deployment +PATH_DIR=/data/50362_1760079935121/sureops_deploy/simple_notes_taking_20251009_044730/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-b-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-d/deployment/Dockerfile b/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-d/deployment/Dockerfile index fcd6af7..e231b5a 100755 --- a/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-d/deployment/Dockerfile +++ b/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-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/50362_1759985735419/sureops_deploy/simple_notes_taking_20251009_044730/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/50362_1760079935121/sureops_deploy/simple_notes_taking_20251009_044730/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-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/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-d/deployment/build.sh b/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-d/deployment/build.sh index 9c61ca9..6f6b1ca 100755 --- a/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-d/deployment/build.sh +++ b/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-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/50362_1759985735419/sureops_deploy/simple_notes_taking_20251009_044730/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-d/deployment +PATH_DIR=/data/50362_1760079935121/sureops_deploy/simple_notes_taking_20251009_044730/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-d/deployment #********************** cd $PATH_DIR -cp /data/50362_1759985735419/sureops_deploy/simple_notes_taking_20251009_044730/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/50362_1760079935121/sureops_deploy/simple_notes_taking_20251009_044730/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-d-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/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-f-f/deployment/build.sh b/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-f-f/deployment/build.sh index 7c095b8..09bb0c9 100755 --- a/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-f-f/deployment/build.sh +++ b/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-f-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/50362_1759985735419/sureops_deploy/simple_notes_taking_20251009_044730/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-f-f/deployment" +PATH_DIR="/data/50362_1760079935121/sureops_deploy/simple_notes_taking_20251009_044730/sureops/simple_notes_taking_20251009_044730-simple_notes_taking_20251009_044730-f-f/deployment" DOCKER_TAG="1.0" MAX_RETRIES=3 RETRY_DELAY=10