From 550a56839a613821be8e27bd5fd7a87edac1ad09 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Tue, 18 Feb 2025 04:28:10 +0000 Subject: [PATCH] deployment_files --- sureops/test18feb25-be-b/deployment/build.sh | 2 +- sureops/test18feb25-db-d/deployment/Dockerfile | 2 +- sureops/test18feb25-db-d/deployment/build.sh | 4 ++-- sureops/test18feb25-fe-f/deployment/build.sh | 2 +- .../src/environments/environment.prod.ts | 2 +- .../angular-clarity-master/src/environments/environment.ts | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sureops/test18feb25-be-b/deployment/build.sh b/sureops/test18feb25-be-b/deployment/build.sh index a9058b3..30070a5 100755 --- a/sureops/test18feb25-be-b/deployment/build.sh +++ b/sureops/test18feb25-be-b/deployment/build.sh @@ -13,7 +13,7 @@ DOMAIN=git.io8.dev #WEB-URL-PORT CONT_PORT=3306 TARGET_PORT=9292 -PATH_DIR=/data/31510_1739848570830/sureops_deploy/test18feb25/sureops/test18feb25-be-b/deployment +PATH_DIR=/data/31510_1739852852751/sureops_deploy/test18feb25/sureops/test18feb25-be-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.1 diff --git a/sureops/test18feb25-db-d/deployment/Dockerfile b/sureops/test18feb25-db-d/deployment/Dockerfile index 653aa12..993ef4c 100755 --- a/sureops/test18feb25-db-d/deployment/Dockerfile +++ b/sureops/test18feb25-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/31510_1739848570830/sureops_deploy/test18feb25/test18feb25-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/31510_1739852852751/sureops_deploy/test18feb25/test18feb25-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/test18feb25-db-d/deployment/build.sh b/sureops/test18feb25-db-d/deployment/build.sh index a2a93dd..e4930f4 100755 --- a/sureops/test18feb25-db-d/deployment/build.sh +++ b/sureops/test18feb25-db-d/deployment/build.sh @@ -11,11 +11,11 @@ GIT_BRANCH=main DOMAIN=git.io8.dev CONT_PORT=3306 TARGET_PORT=3306 -PATH_DIR=/data/31510_1739848570830/sureops_deploy/test18feb25/sureops/test18feb25-db-d/deployment +PATH_DIR=/data/31510_1739852852751/sureops_deploy/test18feb25/sureops/test18feb25-db-d/deployment #********************** cd $PATH_DIR -cp /data/31510_1739848570830/sureops_deploy/test18feb25/test18feb25-db-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/31510_1739852852751/sureops_deploy/test18feb25/test18feb25-db-d/authsec_mysql/mysql/wf_table/*.sql . pwd DOCKER_TAG=1.1 # Stop any existing containers with the same name and ports diff --git a/sureops/test18feb25-fe-f/deployment/build.sh b/sureops/test18feb25-fe-f/deployment/build.sh index 31b621d..82f47ab 100755 --- a/sureops/test18feb25-fe-f/deployment/build.sh +++ b/sureops/test18feb25-fe-f/deployment/build.sh @@ -13,7 +13,7 @@ GIT_BRANCH="main" DOMAIN="git.io8.dev" CONT_PORT=30167 TARGET_PORT=80 -PATH_DIR="/data/31510_1739848570830/sureops_deploy/test18feb25/sureops/test18feb25-fe-f/deployment" +PATH_DIR="/data/31510_1739852852751/sureops_deploy/test18feb25/sureops/test18feb25-fe-f/deployment" DOCKER_TAG="1.1" MAX_RETRIES=3 RETRY_DELAY=10 diff --git a/test18feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts b/test18feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts index 117e372..1e2caf4 100644 --- a/test18feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts +++ b/test18feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts @@ -11,6 +11,6 @@ export const environment = { captchaSiteKey: '6LfrdSUpAAAAALkYDmnvdX3GLLCArgPWNHfXasjP', //Deployment configs - backport:'30837/test18feb2531510/be',backendUrl:'/test18feb2531510/be',}; + backport:'30843/test18feb2531510/be',backendUrl:'/test18feb2531510/be',}; diff --git a/test18feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts b/test18feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts index c03d463..d11770d 100644 --- a/test18feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts +++ b/test18feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts @@ -11,6 +11,6 @@ export const environment = { captchaSiteKey: '6LfrdSUpAAAAALkYDmnvdX3GLLCArgPWNHfXasjP', //Deployment configs - backport:'30837/test18feb2531510/be',backendUrl:'/test18feb2531510/be',}; + backport:'30843/test18feb2531510/be',backendUrl:'/test18feb2531510/be',};