From 0fc2fd38591cb92f074ad95b31960376a8dc8f4c Mon Sep 17 00:00:00 2001 From: risadmin_prod Date: Tue, 23 Sep 2025 04:46:37 +0000 Subject: [PATCH] deployment_files --- sureops/tesitest1-backf-b/deployment/build.sh | 4 ++-- sureops/tesitest1-front-f/deployment/build.sh | 4 ++-- .../base_project/lib/resources/api_constants.dart | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sureops/tesitest1-backf-b/deployment/build.sh b/sureops/tesitest1-backf-b/deployment/build.sh index dc17566..cab117a 100755 --- a/sureops/tesitest1-backf-b/deployment/build.sh +++ b/sureops/tesitest1-backf-b/deployment/build.sh @@ -13,10 +13,10 @@ DOMAIN=157.66.191.31:3000 #WEB-URL-PORT CONT_PORT=3306 TARGET_PORT=9292 -PATH_DIR=/data/46835_1757966307202/sureops_deploy/tesitest1/sureops/tesitest1-backf-b/deployment +PATH_DIR=/data/46835_1758602742003/sureops_deploy/tesitest1/sureops/tesitest1-backf-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 diff --git a/sureops/tesitest1-front-f/deployment/build.sh b/sureops/tesitest1-front-f/deployment/build.sh index 4a9a81c..4e49c5f 100755 --- a/sureops/tesitest1-front-f/deployment/build.sh +++ b/sureops/tesitest1-front-f/deployment/build.sh @@ -11,10 +11,10 @@ GITEA_EMAIL=ganeshk@dekatc.com GIT_BRANCH=main DOMAIN=157.66.191.31:3000 #TARGET_PORT=9292 -PATH_DIR=/data/46835_1757966307202/sureops_deploy/tesitest1/sureops/tesitest1-front-f/deployment +PATH_DIR=/data/46835_1758602742003/sureops_deploy/tesitest1/sureops/tesitest1-front-f/deployment #********************** cd $PATH_DIR -DOCKER_TAG=1.0 +DOCKER_TAG=1.1 docker system prune -f IMAGE_NAME=$DOCKER_USER/$PRJ_NAME:$DOCKER_TAG # Stop any existing containers with the same name and ports diff --git a/tesitest1-front-f/authsec_flutter_new/base_project/lib/resources/api_constants.dart b/tesitest1-front-f/authsec_flutter_new/base_project/lib/resources/api_constants.dart index de8eb67..14791bf 100644 --- a/tesitest1-front-f/authsec_flutter_new/base_project/lib/resources/api_constants.dart +++ b/tesitest1-front-f/authsec_flutter_new/base_project/lib/resources/api_constants.dart @@ -23,5 +23,5 @@ class ApiConstants { static const getSystemParameters = '$baseUrl/sysparam/getSysParams'; static const updateSystemParams = '$baseUrl/sysparam/updateSysParams'; - static const baseUrl ='http://157.66.191.31:37870/backf'; + static const baseUrl ='http://157.66.191.31:38128/backf'; } \ No newline at end of file