From 6c7d725f438a6eabd0befc276bd4ed8b15165fbf Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Sat, 17 Aug 2024 11:25:15 +0000 Subject: [PATCH] deployment_files --- .../src/environments/environment.prod.ts | 2 +- .../angular-clarity-master/src/environments/environment.ts | 2 +- sureops/prod108-back-b/deployment/build.sh | 2 +- sureops/prod108-db-d/deployment/Dockerfile | 2 +- sureops/prod108-db-d/deployment/build.sh | 4 ++-- sureops/prod108-frant-f/deployment/build.sh | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/prod108-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts b/prod108-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts index ea5d263..4da7c67 100644 --- a/prod108-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts +++ b/prod108-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts @@ -12,7 +12,7 @@ export const environment = { //Deployment configs - backport:'4446/prod10819281/back', + backport:'4452/prod10819281/back', backendUrl:'/prod10819281/back', }; diff --git a/prod108-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts b/prod108-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts index 5d790b0..83f1992 100644 --- a/prod108-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts +++ b/prod108-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts @@ -12,7 +12,7 @@ export const environment = { //Deployment configs - backport:'4446/prod10819281/back', + backport:'4452/prod10819281/back', backendUrl:'/prod10819281/back', }; diff --git a/sureops/prod108-back-b/deployment/build.sh b/sureops/prod108-back-b/deployment/build.sh index 84ac9a4..48b799f 100755 --- a/sureops/prod108-back-b/deployment/build.sh +++ b/sureops/prod108-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/19281_1723890497911/sureops_deploy/prod108/sureops/prod108-back-b/deployment +PATH_DIR=/data/19281_1723893882721/sureops_deploy/prod108/sureops/prod108-back-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/sureops/prod108-db-d/deployment/Dockerfile b/sureops/prod108-db-d/deployment/Dockerfile index 5fb7010..aa59686 100755 --- a/sureops/prod108-db-d/deployment/Dockerfile +++ b/sureops/prod108-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/19281_1723890497911/sureops_deploy/prod108/prod108-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/19281_1723893882721/sureops_deploy/prod108/prod108-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/prod108-db-d/deployment/build.sh b/sureops/prod108-db-d/deployment/build.sh index d65bfae..7ebd12b 100755 --- a/sureops/prod108-db-d/deployment/build.sh +++ b/sureops/prod108-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/19281_1723890497911/sureops_deploy/prod108/sureops/prod108-db-d/deployment +PATH_DIR=/data/19281_1723893882721/sureops_deploy/prod108/sureops/prod108-db-d/deployment #********************** cd $PATH_DIR -cp /data/19281_1723890497911/sureops_deploy/prod108/prod108-db-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/19281_1723893882721/sureops_deploy/prod108/prod108-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/prod108-frant-f/deployment/build.sh b/sureops/prod108-frant-f/deployment/build.sh index aaab3e4..a97e99c 100755 --- a/sureops/prod108-frant-f/deployment/build.sh +++ b/sureops/prod108-frant-f/deployment/build.sh @@ -13,7 +13,7 @@ DOMAIN=git.io8.dev #WEB-URL-PORT CONT_PORT=30167 TARGET_PORT=80 -PATH_DIR=/data/19281_1723890497911/sureops_deploy/prod108/sureops/prod108-frant-f/deployment +PATH_DIR=/data/19281_1723893882721/sureops_deploy/prod108/sureops/prod108-frant-f/deployment ********************** cd $PATH_DIR DOCKER_TAG=1.0