From 2a5a0a5d4ffef84236a2460788221415400ff79d Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Mon, 17 Feb 2025 12:33:32 +0000 Subject: [PATCH] deployment_files --- sureops/test17feb25-be-b/deployment/build.sh | 2 +- sureops/test17feb25-db-d/deployment/Dockerfile | 2 +- sureops/test17feb25-db-d/deployment/build.sh | 4 ++-- sureops/test17feb25-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/test17feb25-be-b/deployment/build.sh b/sureops/test17feb25-be-b/deployment/build.sh index 96370cc..a022e94 100755 --- a/sureops/test17feb25-be-b/deployment/build.sh +++ b/sureops/test17feb25-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/31499_1739764821331/sureops_deploy/test17feb25/sureops/test17feb25-be-b/deployment +PATH_DIR=/data/31499_1739795573348/sureops_deploy/test17feb25/sureops/test17feb25-be-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.1 diff --git a/sureops/test17feb25-db-d/deployment/Dockerfile b/sureops/test17feb25-db-d/deployment/Dockerfile index 440d6fa..665fcf1 100755 --- a/sureops/test17feb25-db-d/deployment/Dockerfile +++ b/sureops/test17feb25-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/31499_1739764821331/sureops_deploy/test17feb25/test17feb25-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/31499_1739795573348/sureops_deploy/test17feb25/test17feb25-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/test17feb25-db-d/deployment/build.sh b/sureops/test17feb25-db-d/deployment/build.sh index e4f501f..b0bb54d 100755 --- a/sureops/test17feb25-db-d/deployment/build.sh +++ b/sureops/test17feb25-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/31499_1739764821331/sureops_deploy/test17feb25/sureops/test17feb25-db-d/deployment +PATH_DIR=/data/31499_1739795573348/sureops_deploy/test17feb25/sureops/test17feb25-db-d/deployment #********************** cd $PATH_DIR -cp /data/31499_1739764821331/sureops_deploy/test17feb25/test17feb25-db-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/31499_1739795573348/sureops_deploy/test17feb25/test17feb25-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/test17feb25-fe-f/deployment/build.sh b/sureops/test17feb25-fe-f/deployment/build.sh index bfa8db1..d1be035 100755 --- a/sureops/test17feb25-fe-f/deployment/build.sh +++ b/sureops/test17feb25-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/31499_1739764821331/sureops_deploy/test17feb25/sureops/test17feb25-fe-f/deployment" +PATH_DIR="/data/31499_1739795573348/sureops_deploy/test17feb25/sureops/test17feb25-fe-f/deployment" DOCKER_TAG="1.1" MAX_RETRIES=3 RETRY_DELAY=10 diff --git a/test17feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts b/test17feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts index e62f911..f7260d2 100644 --- a/test17feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts +++ b/test17feb25-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:'30825/test17feb2531499/be',backendUrl:'/test17feb2531499/be',}; + backport:'30831/test17feb2531499/be',backendUrl:'/test17feb2531499/be',}; diff --git a/test17feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts b/test17feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts index a8d0b67..62b44c5 100644 --- a/test17feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts +++ b/test17feb25-fe-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts @@ -11,6 +11,6 @@ export const environment = { captchaSiteKey: '6LfrdSUpAAAAALkYDmnvdX3GLLCArgPWNHfXasjP', //Deployment configs - backport:'30825/test17feb2531499/be',backendUrl:'/test17feb2531499/be',}; + backport:'30831/test17feb2531499/be',backendUrl:'/test17feb2531499/be',};