From ced4c5f68dcb0660f988ff4d5bdb0202eb5a19ef Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Sat, 22 Mar 2025 05:34:23 +0000 Subject: [PATCH] deployment_files --- sureops/testflutter2-back-b/deployment/build.sh | 2 +- sureops/testflutter2-db-d/deployment/Dockerfile | 2 +- sureops/testflutter2-db-d/deployment/build.sh | 4 ++-- sureops/testflutter2-front-f/deployment/build.sh | 2 +- .../base_project/lib/resources/api_constants.dart | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sureops/testflutter2-back-b/deployment/build.sh b/sureops/testflutter2-back-b/deployment/build.sh index e0d671d..fc90193 100755 --- a/sureops/testflutter2-back-b/deployment/build.sh +++ b/sureops/testflutter2-back-b/deployment/build.sh @@ -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 diff --git a/sureops/testflutter2-db-d/deployment/Dockerfile b/sureops/testflutter2-db-d/deployment/Dockerfile index 85fd405..c2bd5c3 100755 --- a/sureops/testflutter2-db-d/deployment/Dockerfile +++ b/sureops/testflutter2-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/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"] \ No newline at end of file diff --git a/sureops/testflutter2-db-d/deployment/build.sh b/sureops/testflutter2-db-d/deployment/build.sh index 1a8ad04..aa08849 100755 --- a/sureops/testflutter2-db-d/deployment/build.sh +++ b/sureops/testflutter2-db-d/deployment/build.sh @@ -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 diff --git a/sureops/testflutter2-front-f/deployment/build.sh b/sureops/testflutter2-front-f/deployment/build.sh index 2fd04b6..958ca4f 100755 --- a/sureops/testflutter2-front-f/deployment/build.sh +++ b/sureops/testflutter2-front-f/deployment/build.sh @@ -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 diff --git a/testflutter2-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart b/testflutter2-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart index 1eff365..047b28d 100644 --- a/testflutter2-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart +++ b/testflutter2-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart @@ -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'; } \ No newline at end of file