diff --git a/sup123-supfront-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts b/sup123-supfront-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts index e116f7e..89f6375 100644 --- a/sup123-supfront-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts +++ b/sup123-supfront-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts @@ -11,6 +11,6 @@ export const environment = { captchaSiteKey: '6LfrdSUpAAAAALkYDmnvdX3GLLCArgPWNHfXasjP', //Deployment configs - backport:'30382/sup12334386/supback',backendUrl:'/sup12334386/supback',}; + backport:'30388/sup12334386/supback',backendUrl:'/sup12334386/supback',}; diff --git a/sup123-supfront-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts b/sup123-supfront-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts index 4dce6f2..f3a596d 100644 --- a/sup123-supfront-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts +++ b/sup123-supfront-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts @@ -11,6 +11,6 @@ export const environment = { captchaSiteKey: '6LfrdSUpAAAAALkYDmnvdX3GLLCArgPWNHfXasjP', //Deployment configs - backport:'30382/sup12334386/supback',backendUrl:'/sup12334386/supback',}; + backport:'30388/sup12334386/supback',backendUrl:'/sup12334386/supback',}; diff --git a/sureops/sup123-supback-b/deployment/build.sh b/sureops/sup123-supback-b/deployment/build.sh index 93191f9..6f576b2 100755 --- a/sureops/sup123-supback-b/deployment/build.sh +++ b/sureops/sup123-supback-b/deployment/build.sh @@ -13,7 +13,7 @@ DOMAIN=git.io8.dev #WEB-URL-PORT CONT_PORT=3306 TARGET_PORT=9292 -PATH_DIR=/data/34386_1739602299789/sureops_deploy/sup123/sureops/sup123-supback-b/deployment +PATH_DIR=/data/34386_1739609928293/sureops_deploy/sup123/sureops/sup123-supback-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/sureops/sup123-supdb-d/deployment/Dockerfile b/sureops/sup123-supdb-d/deployment/Dockerfile index c7d0aee..2fb8f59 100755 --- a/sureops/sup123-supdb-d/deployment/Dockerfile +++ b/sureops/sup123-supdb-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/34386_1739602299789/sureops_deploy/sup123/sup123-supdb-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/34386_1739609928293/sureops_deploy/sup123/sup123-supdb-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/sup123-supdb-d/deployment/build.sh b/sureops/sup123-supdb-d/deployment/build.sh index 17fb36d..be2cf23 100755 --- a/sureops/sup123-supdb-d/deployment/build.sh +++ b/sureops/sup123-supdb-d/deployment/build.sh @@ -11,11 +11,11 @@ GIT_BRANCH=main DOMAIN=git.io8.dev CONT_PORT=3306 TARGET_PORT=3306 -PATH_DIR=/data/34386_1739602299789/sureops_deploy/sup123/sureops/sup123-supdb-d/deployment +PATH_DIR=/data/34386_1739609928293/sureops_deploy/sup123/sureops/sup123-supdb-d/deployment #********************** cd $PATH_DIR -cp /data/34386_1739602299789/sureops_deploy/sup123/sup123-supdb-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/34386_1739609928293/sureops_deploy/sup123/sup123-supdb-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/sup123-supfront-f/deployment/build.sh b/sureops/sup123-supfront-f/deployment/build.sh index 39d803d..1cd72fa 100755 --- a/sureops/sup123-supfront-f/deployment/build.sh +++ b/sureops/sup123-supfront-f/deployment/build.sh @@ -13,7 +13,7 @@ GIT_BRANCH="main" DOMAIN="git.io8.dev" CONT_PORT=30167 TARGET_PORT=80 -PATH_DIR="/data/34386_1739602299789/sureops_deploy/sup123/sureops/sup123-supfront-f/deployment" +PATH_DIR="/data/34386_1739609928293/sureops_deploy/sup123/sureops/sup123-supfront-f/deployment" DOCKER_TAG="1.0" MAX_RETRIES=3 RETRY_DELAY=10