diff --git a/flutter2-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart b/flutter2-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart index 1f93c82..4b9d683 100644 --- a/flutter2-front-f/authsec_flutterNewUi/base_project/lib/resources/api_constants.dart +++ b/flutter2-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:31154/back'; } + static const baseUrl ='http://157.66.191.31:31160/back'; } } \ No newline at end of file diff --git a/sureops/flutter2-back-b/deployment/build.sh b/sureops/flutter2-back-b/deployment/build.sh index 2cdb7f8..81bf832 100755 --- a/sureops/flutter2-back-b/deployment/build.sh +++ b/sureops/flutter2-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/34718_1742532861090/sureops_deploy/flutter2/sureops/flutter2-back-b/deployment +PATH_DIR=/data/34718_1742533623417/sureops_deploy/flutter2/sureops/flutter2-back-b/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 diff --git a/sureops/flutter2-front-f/deployment/Dockerfile b/sureops/flutter2-front-f/deployment/Dockerfile index 8d17774..7f8fb8e 100755 --- a/sureops/flutter2-front-f/deployment/Dockerfile +++ b/sureops/flutter2-front-f/deployment/Dockerfile @@ -13,7 +13,7 @@ RUN git clone http://risadmin_prod:adminprod1234@157.66.191.31:3000/risadmin_pro #************* Stage 2 - Maven Build ************** #FROM cirrusci/flutter:stable AS builder #FROM zekfad/flutter-builder:latest AS builder -FROM ghcr.io/cirruslabs/flutter:3.24.3 AS builder +FROM ghcr.io/cirruslabs/flutter:3.6.0 AS builder LABEL stage=builder LABEL build=$BUILD_ID WORKDIR /app/flutter2 diff --git a/sureops/flutter2-front-f/deployment/build.sh b/sureops/flutter2-front-f/deployment/build.sh index 781895d..84c8cff 100755 --- a/sureops/flutter2-front-f/deployment/build.sh +++ b/sureops/flutter2-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/34718_1742532861090/sureops_deploy/flutter2/sureops/flutter2-front-f/deployment +PATH_DIR=/data/34718_1742533623417/sureops_deploy/flutter2/sureops/flutter2-front-f/deployment #********************** cd $PATH_DIR DOCKER_TAG=1.0 @@ -31,4 +31,4 @@ docker system prune -f # Deploy the image in a Docker container echo "Image deployed in container $PRJ_NAME" -curl -X GET "https://ops.io8.dev/sureops/suredocker/updaterepo?repoName=$REPO_NAME&packageName=$PRJ_NAME" \ No newline at end of file +curl -X GET "http://157.66.191.31:31123/sureops/suredocker/updaterepo?repoName=$REPO_NAME&packageName=$PRJ_NAME" \ No newline at end of file