From 2cf57a85036bea148957c122fab5bce5aa39dea6 Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Mon, 2 Sep 2024 05:15:57 +0000 Subject: [PATCH] deployment_files --- .../src/environments/environment.prod.ts | 2 +- .../angular-clarity-master/src/environments/environment.ts | 2 +- sureops/prod2sep-back-b/deployment/build.sh | 2 +- sureops/prod2sep-db-d/deployment/Dockerfile | 2 +- sureops/prod2sep-db-d/deployment/build.sh | 4 ++-- sureops/prod2sep-frant-f/deployment/build.sh | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/prod2sep-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts b/prod2sep-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts index e8c2012..5e42710 100644 --- a/prod2sep-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts +++ b/prod2sep-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.prod.ts @@ -12,7 +12,7 @@ export const environment = { //Deployment configs - backport:'4736/prod2sep19777/back', + backport:'4747/prod2sep19777/back', backendUrl:'/prod2sep19777/back', }; diff --git a/prod2sep-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts b/prod2sep-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts index 6013708..1946500 100644 --- a/prod2sep-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts +++ b/prod2sep-frant-f/authsec_angular/frontend/angular-clarity-master/src/environments/environment.ts @@ -12,7 +12,7 @@ export const environment = { //Deployment configs - backport:'4736/prod2sep19777/back', + backport:'4747/prod2sep19777/back', backendUrl:'/prod2sep19777/back', }; diff --git a/sureops/prod2sep-back-b/deployment/build.sh b/sureops/prod2sep-back-b/deployment/build.sh index a1460a7..e0e48d8 100755 --- a/sureops/prod2sep-back-b/deployment/build.sh +++ b/sureops/prod2sep-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/19777_1725249562067/sureops_deploy/prod2sep/sureops/prod2sep-back-b/deployment +PATH_DIR=/data/19777_1725254115012/sureops_deploy/prod2sep/sureops/prod2sep-back-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/sureops/prod2sep-db-d/deployment/Dockerfile b/sureops/prod2sep-db-d/deployment/Dockerfile index bf49838..cf1cfb5 100755 --- a/sureops/prod2sep-db-d/deployment/Dockerfile +++ b/sureops/prod2sep-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/19777_1725249562067/sureops_deploy/prod2sep/prod2sep-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/19777_1725254115012/sureops_deploy/prod2sep/prod2sep-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/prod2sep-db-d/deployment/build.sh b/sureops/prod2sep-db-d/deployment/build.sh index c651d5e..ab33937 100755 --- a/sureops/prod2sep-db-d/deployment/build.sh +++ b/sureops/prod2sep-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/19777_1725249562067/sureops_deploy/prod2sep/sureops/prod2sep-db-d/deployment +PATH_DIR=/data/19777_1725254115012/sureops_deploy/prod2sep/sureops/prod2sep-db-d/deployment #********************** cd $PATH_DIR -cp /data/19777_1725249562067/sureops_deploy/prod2sep/prod2sep-db-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/19777_1725254115012/sureops_deploy/prod2sep/prod2sep-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/prod2sep-frant-f/deployment/build.sh b/sureops/prod2sep-frant-f/deployment/build.sh index d94ac5a..6770988 100755 --- a/sureops/prod2sep-frant-f/deployment/build.sh +++ b/sureops/prod2sep-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/19777_1725249562067/sureops_deploy/prod2sep/sureops/prod2sep-frant-f/deployment +PATH_DIR=/data/19777_1725254115012/sureops_deploy/prod2sep/sureops/prod2sep-frant-f/deployment ********************** cd $PATH_DIR DOCKER_TAG=1.0