From 790a33e61b19fff5a073ead87145501413c372bf Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Fri, 23 Aug 2024 10:47:22 +0000 Subject: [PATCH] deployment_files --- .../src/environments/environment.prod.ts | 2 +- .../angular-clarity-master/src/environments/environment.ts | 2 +- sureops/prod127ac-back-b/deployment/build.sh | 2 +- sureops/prod127ac-db-d/deployment/Dockerfile | 2 +- sureops/prod127ac-db-d/deployment/build.sh | 4 ++-- sureops/prod127ac-front1-f/deployment/build.sh | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/prod127ac-front1-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts b/prod127ac-front1-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts index d74b20c..44be432 100644 --- a/prod127ac-front1-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts +++ b/prod127ac-front1-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts @@ -12,7 +12,7 @@ export const environment = { //Deployment configs - backport:'4594/prod127ac19519/back', + backport:'4600/prod127ac19519/back', backendUrl:'/prod127ac19519/back', }; diff --git a/prod127ac-front1-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts b/prod127ac-front1-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts index 35911b0..ef31839 100644 --- a/prod127ac-front1-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts +++ b/prod127ac-front1-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts @@ -12,7 +12,7 @@ export const environment = { //Deployment configs - backport:'4594/prod127ac19519/back', + backport:'4600/prod127ac19519/back', backendUrl:'/prod127ac19519/back', }; diff --git a/sureops/prod127ac-back-b/deployment/build.sh b/sureops/prod127ac-back-b/deployment/build.sh index 99c7c6e..f070a95 100755 --- a/sureops/prod127ac-back-b/deployment/build.sh +++ b/sureops/prod127ac-back-b/deployment/build.sh @@ -13,7 +13,7 @@ DOMAIN=git.io8.dev #WEB-URL-PORT CONT_PORT=3306 TARGET_PORT=9292 -PATH_DIR=/data/19519_1724408403685/sureops_deploy/prod127ac/sureops/prod127ac-back-b/deployment +PATH_DIR=/data/19519_1724409985818/sureops_deploy/prod127ac/sureops/prod127ac-back-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/sureops/prod127ac-db-d/deployment/Dockerfile b/sureops/prod127ac-db-d/deployment/Dockerfile index e79bc1c..4e15098 100755 --- a/sureops/prod127ac-db-d/deployment/Dockerfile +++ b/sureops/prod127ac-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/19519_1724408403685/sureops_deploy/prod127ac/prod127ac-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/19519_1724409985818/sureops_deploy/prod127ac/prod127ac-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/prod127ac-db-d/deployment/build.sh b/sureops/prod127ac-db-d/deployment/build.sh index 8162368..be78575 100755 --- a/sureops/prod127ac-db-d/deployment/build.sh +++ b/sureops/prod127ac-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/19519_1724408403685/sureops_deploy/prod127ac/sureops/prod127ac-db-d/deployment +PATH_DIR=/data/19519_1724409985818/sureops_deploy/prod127ac/sureops/prod127ac-db-d/deployment #********************** cd $PATH_DIR -cp /data/19519_1724408403685/sureops_deploy/prod127ac/prod127ac-db-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/19519_1724409985818/sureops_deploy/prod127ac/prod127ac-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/prod127ac-front1-f/deployment/build.sh b/sureops/prod127ac-front1-f/deployment/build.sh index 10a0d44..05647f3 100755 --- a/sureops/prod127ac-front1-f/deployment/build.sh +++ b/sureops/prod127ac-front1-f/deployment/build.sh @@ -13,7 +13,7 @@ DOMAIN=git.io8.dev #WEB-URL-PORT CONT_PORT=30167 TARGET_PORT=80 -PATH_DIR=/data/19519_1724408403685/sureops_deploy/prod127ac/sureops/prod127ac-front1-f/deployment +PATH_DIR=/data/19519_1724409985818/sureops_deploy/prod127ac/sureops/prod127ac-front1-f/deployment ********************** cd $PATH_DIR DOCKER_TAG=1.0