diff --git a/sureops/testflutter003-back-b/deployment/build.sh b/sureops/testflutter003-back-b/deployment/build.sh index 89338de..85d71f0 100755 --- a/sureops/testflutter003-back-b/deployment/build.sh +++ b/sureops/testflutter003-back-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/41375_1751284295447/sureops_deploy/testflutter003/sureops/testflutter003-back-b/deployment +PATH_DIR=/data/41375_1751286180239/sureops_deploy/testflutter003/sureops/testflutter003-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 diff --git a/sureops/testflutter003-front-f/deployment/build.sh b/sureops/testflutter003-front-f/deployment/build.sh index 5e9a14b..a7c5aff 100755 --- a/sureops/testflutter003-front-f/deployment/build.sh +++ b/sureops/testflutter003-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/41375_1751284295447/sureops_deploy/testflutter003/sureops/testflutter003-front-f/deployment +PATH_DIR=/data/41375_1751286180239/sureops_deploy/testflutter003/sureops/testflutter003-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/testflutter003-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart b/testflutter003-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart index 4144d88..b22246c 100644 --- a/testflutter003-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart +++ b/testflutter003-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:36298/back'; + static const baseUrl ='http://157.66.191.31:36305/back'; } \ No newline at end of file