diff --git a/sureops/testall14jun-demot1-f/deployment/build.sh b/sureops/testall14jun-demot1-f/deployment/build.sh index 1f3b71c..489ab7e 100755 --- a/sureops/testall14jun-demot1-f/deployment/build.sh +++ b/sureops/testall14jun-demot1-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/39220_1749873730262/sureops_deploy/testall14jun/sureops/testall14jun-demot1-f/deployment" +PATH_DIR="/data/39220_1749876329873/sureops_deploy/testall14jun/sureops/testall14jun-demot1-f/deployment" DOCKER_TAG="1.5" MAX_RETRIES=3 RETRY_DELAY=10 diff --git a/sureops/testall14jun-test2-b/deployment/build.sh b/sureops/testall14jun-test2-b/deployment/build.sh index 335ec95..d7f12aa 100755 --- a/sureops/testall14jun-test2-b/deployment/build.sh +++ b/sureops/testall14jun-test2-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/39220_1749873730262/sureops_deploy/testall14jun/sureops/testall14jun-test2-b/deployment +PATH_DIR=/data/39220_1749876329873/sureops_deploy/testall14jun/sureops/testall14jun-test2-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.5 diff --git a/sureops/testall14jun-testdb-d/deployment/Dockerfile b/sureops/testall14jun-testdb-d/deployment/Dockerfile index 4a88ecf..936d78c 100755 --- a/sureops/testall14jun-testdb-d/deployment/Dockerfile +++ b/sureops/testall14jun-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/39220_1749873730262/sureops_deploy/testall14jun/testall14jun-testdb-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/39220_1749876329873/sureops_deploy/testall14jun/testall14jun-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/testall14jun-testdb-d/deployment/build.sh b/sureops/testall14jun-testdb-d/deployment/build.sh index f35122a..4d520c2 100755 --- a/sureops/testall14jun-testdb-d/deployment/build.sh +++ b/sureops/testall14jun-testdb-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/39220_1749873730262/sureops_deploy/testall14jun/sureops/testall14jun-testdb-d/deployment +PATH_DIR=/data/39220_1749876329873/sureops_deploy/testall14jun/sureops/testall14jun-testdb-d/deployment #********************** cd $PATH_DIR -cp /data/39220_1749873730262/sureops_deploy/testall14jun/testall14jun-testdb-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/39220_1749876329873/sureops_deploy/testall14jun/testall14jun-testdb-d/authsec_mysql/mysql/wf_table/*.sql . pwd DOCKER_TAG=1.5 # Stop any existing containers with the same name and ports