deployment_files

This commit is contained in:
string 2024-09-16 12:25:17 +00:00
parent 4c3d268d86
commit 957860abd6
6 changed files with 7 additions and 7 deletions

@ -13,7 +13,7 @@ DOMAIN=git.cloudnsure.com
#WEB-URL-PORT
CONT_PORT=3306
TARGET_PORT=9292
PATH_DIR=/data/25337_1726487734541/sureops_deploy/test420ac/sureops/test420ac-back-b/deployment
PATH_DIR=/data/25337_1726489408059/sureops_deploy/test420ac/sureops/test420ac-back-b/deployment
#**********************
cd $PATH_DIR
DOCKER_TAG=1.0

@ -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/25337_1726487734541/sureops_deploy/test420ac/test420ac-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ .
#COPY --from=code /repo//data/25337_1726489408059/sureops_deploy/test420ac/test420ac-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ .
VOLUME /var/lib/mysql
EXPOSE 3306
CMD ["mysqld"]

@ -11,11 +11,11 @@ GIT_BRANCH=main
DOMAIN=git.cloudnsure.com
CONT_PORT=3306
TARGET_PORT=3306
PATH_DIR=/data/25337_1726487734541/sureops_deploy/test420ac/sureops/test420ac-db-d/deployment
PATH_DIR=/data/25337_1726489408059/sureops_deploy/test420ac/sureops/test420ac-db-d/deployment
#**********************
cd $PATH_DIR
cp /data/25337_1726487734541/sureops_deploy/test420ac/test420ac-db-d/authsec_mysql/mysql/wf_table/*.sql .
cp /data/25337_1726489408059/sureops_deploy/test420ac/test420ac-db-d/authsec_mysql/mysql/wf_table/*.sql .
pwd
DOCKER_TAG=1.0
# Stop any existing containers with the same name and ports

@ -13,7 +13,7 @@ DOMAIN=git.cloudnsure.com
#WEB-URL-PORT
CONT_PORT=30167
TARGET_PORT=80
PATH_DIR=/data/25337_1726487734541/sureops_deploy/test420ac/sureops/test420ac-front-f/deployment
PATH_DIR=/data/25337_1726489408059/sureops_deploy/test420ac/sureops/test420ac-front-f/deployment
**********************
cd $PATH_DIR
DOCKER_TAG=1.0

@ -12,7 +12,7 @@ export const environment = {
//Deployment configs
backport:'30928/test420ac25337/back',
backport:'30948/test420ac25337/back',
backendUrl:'/test420ac25337/back',
};

@ -12,7 +12,7 @@ export const environment = {
//Deployment configs
backport:'30928/test420ac25337/back',
backport:'30948/test420ac25337/back',
backendUrl:'/test420ac25337/back',
};