diff --git a/sureops/hm5-back-b/deployment/build.sh b/sureops/hm5-back-b/deployment/build.sh index 424f692..d115d1f 100755 --- a/sureops/hm5-back-b/deployment/build.sh +++ b/sureops/hm5-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/34484_1742454170235/sureops_deploy/hm5/sureops/hm5-back-b/deployment +PATH_DIR=/data/34484_1742532237790/sureops_deploy/hm5/sureops/hm5-back-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/sureops/hm5-db-d/deployment/Dockerfile b/sureops/hm5-db-d/deployment/Dockerfile index 1ed161b..e57bc32 100755 --- a/sureops/hm5-db-d/deployment/Dockerfile +++ b/sureops/hm5-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/34484_1742454170235/sureops_deploy/hm5/hm5-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/34484_1742532237790/sureops_deploy/hm5/hm5-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/hm5-db-d/deployment/build.sh b/sureops/hm5-db-d/deployment/build.sh index 74fecc5..95146d1 100755 --- a/sureops/hm5-db-d/deployment/build.sh +++ b/sureops/hm5-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/34484_1742454170235/sureops_deploy/hm5/sureops/hm5-db-d/deployment +PATH_DIR=/data/34484_1742532237790/sureops_deploy/hm5/sureops/hm5-db-d/deployment #********************** cd $PATH_DIR -cp /data/34484_1742454170235/sureops_deploy/hm5/hm5-db-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/34484_1742532237790/sureops_deploy/hm5/hm5-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/hm5-db-d/deployment/dump.sql b/sureops/hm5-db-d/deployment/dump.sql index e23174e..7c0364b 100755 --- a/sureops/hm5-db-d/deployment/dump.sql +++ b/sureops/hm5-db-d/deployment/dump.sql @@ -302,7 +302,7 @@ CREATE TABLE `sys_accounts` ( LOCK TABLES `sys_accounts` WRITE; /*!40000 ALTER TABLE `sys_accounts` DISABLE KEYS */; -INSERT INTO `sys_accounts` VALUES (1,NULL,NULL,NULL,NULL,NULL,NULL,1); +INSERT INTO `sys_accounts` VALUES (1,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1); /*!40000 ALTER TABLE `sys_accounts` ENABLE KEYS */; UNLOCK TABLES; diff --git a/sureops/hm5-front-f/deployment/build.sh b/sureops/hm5-front-f/deployment/build.sh index 736a624..475a519 100755 --- a/sureops/hm5-front-f/deployment/build.sh +++ b/sureops/hm5-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/34484_1742454170235/sureops_deploy/hm5/sureops/hm5-front-f/deployment" +PATH_DIR="/data/34484_1742532237790/sureops_deploy/hm5/sureops/hm5-front-f/deployment" DOCKER_TAG="1.0" MAX_RETRIES=3 RETRY_DELAY=10