deployment_files

This commit is contained in:
risadmin_prod 2025-03-22 05:34:23 +00:00
parent ed62ef32cf
commit ced4c5f68d
5 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ DOMAIN=157.66.191.31:3000
#WEB-URL-PORT
CONT_PORT=3306
TARGET_PORT=9292
PATH_DIR=/data/34807_1742621210875/sureops_deploy/testflutter2/sureops/testflutter2-back-b/deployment
PATH_DIR=/data/34807_1742621646580/sureops_deploy/testflutter2/sureops/testflutter2-back-b/deployment
#**********************
cd $PATH_DIR
DOCKER_TAG=1.0

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

View File

@ -11,11 +11,11 @@ GIT_BRANCH=main
DOMAIN=157.66.191.31:3000
CONT_PORT=3306
TARGET_PORT=3306
PATH_DIR=/data/34807_1742621210875/sureops_deploy/testflutter2/sureops/testflutter2-db-d/deployment
PATH_DIR=/data/34807_1742621646580/sureops_deploy/testflutter2/sureops/testflutter2-db-d/deployment
#**********************
cd $PATH_DIR
cp /data/34807_1742621210875/sureops_deploy/testflutter2/testflutter2-db-d/authsec_mysql/mysql/wf_table/*.sql .
cp /data/34807_1742621646580/sureops_deploy/testflutter2/testflutter2-db-d/authsec_mysql/mysql/wf_table/*.sql .
pwd
DOCKER_TAG=1.0
# Stop any existing containers with the same name and ports

View File

@ -11,7 +11,7 @@ GITEA_EMAIL=ganeshk@dekatc.com
GIT_BRANCH=main
DOMAIN=157.66.191.31:3000
#TARGET_PORT=9292
PATH_DIR=/data/34807_1742621210875/sureops_deploy/testflutter2/sureops/testflutter2-front-f/deployment
PATH_DIR=/data/34807_1742621646580/sureops_deploy/testflutter2/sureops/testflutter2-front-f/deployment
#**********************
cd $PATH_DIR
DOCKER_TAG=1.0

View File

@ -21,5 +21,5 @@ class ApiConstants {
static const getSystemParameters = '$baseUrl/sysparam/getSysParams';
static const updateSystemParams = '$baseUrl/sysparam/updateSysParams';
static const baseUrl ='http://157.66.191.31:30101/back';
static const baseUrl ='http://157.66.191.31:30107/back';
}