deployment_files

This commit is contained in:
risadmin_prod 2024-09-12 08:10:55 +00:00
parent f6dcc53b47
commit ef7a9465d9
6 changed files with 10 additions and 10 deletions

View File

@ -12,7 +12,7 @@ export const environment = {
//Deployment configs
backport:'30313/prod107ac24447/back',
backport:'30319/prod107ac24447/back',
backendUrl:'/prod107ac24447/back',
};

View File

@ -12,7 +12,7 @@ export const environment = {
//Deployment configs
backport:'30313/prod107ac24447/back',
backport:'30319/prod107ac24447/back',
backendUrl:'/prod107ac24447/back',
};

View File

@ -13,10 +13,10 @@ DOMAIN=git.io8.dev
#WEB-URL-PORT
CONT_PORT=3306
TARGET_PORT=9292
PATH_DIR=/data/24447_1726124654303/sureops_deploy/prod107ac/sureops/prod107ac-back-b/deployment
PATH_DIR=/data/24447_1726128627563/sureops_deploy/prod107ac/sureops/prod107ac-back-b/deployment
#**********************
cd $PATH_DIR
DOCKER_TAG=1.0
DOCKER_TAG=1.1
docker system prune -f
# Stop any existing containers with the same name and ports
docker stop $PRJ_NAME >/dev/null 2>&1 || true

View File

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

View File

@ -11,13 +11,13 @@ GIT_BRANCH=main
DOMAIN=git.io8.dev
CONT_PORT=3306
TARGET_PORT=3306
PATH_DIR=/data/24447_1726124654303/sureops_deploy/prod107ac/sureops/prod107ac-db-d/deployment
PATH_DIR=/data/24447_1726128627563/sureops_deploy/prod107ac/sureops/prod107ac-db-d/deployment
#**********************
cd $PATH_DIR
cp /data/24447_1726124654303/sureops_deploy/prod107ac/prod107ac-db-d/authsec_mysql/mysql/wf_table/*.sql .
cp /data/24447_1726128627563/sureops_deploy/prod107ac/prod107ac-db-d/authsec_mysql/mysql/wf_table/*.sql .
pwd
DOCKER_TAG=1.0
DOCKER_TAG=1.1
# Stop any existing containers with the same name and ports
docker stop $PRJ_NAME >/dev/null 2>&1 || true
docker rm $PRJ_NAME >/dev/null 2>&1 || true

View File

@ -13,10 +13,10 @@ DOMAIN=git.io8.dev
#WEB-URL-PORT
CONT_PORT=30167
TARGET_PORT=80
PATH_DIR=/data/24447_1726124654303/sureops_deploy/prod107ac/sureops/prod107ac-front-f/deployment
PATH_DIR=/data/24447_1726128627563/sureops_deploy/prod107ac/sureops/prod107ac-front-f/deployment
**********************
cd $PATH_DIR
DOCKER_TAG=1.0
DOCKER_TAG=1.1
docker system prune -f
# Stop any existing containers with the same name and ports
docker stop $PRJ_NAME >/dev/null 2>&1 || true