diff --git a/sureops/testflutter2-back-b/deployment/build.sh b/sureops/testflutter2-back-b/deployment/build.sh index fc90193..e295dba 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_1742621646580/sureops_deploy/testflutter2/sureops/testflutter2-back-b/deployment +PATH_DIR=/data/34807_1742623539230/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 c2bd5c3..fd0ae9d 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_1742621646580/sureops_deploy/testflutter2/testflutter2-db-d/authsec_mysql/mysql/wf_table/backend/src/main/resources/ . + #COPY --from=code /repo//data/34807_1742623539230/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 aa08849..c14ef0b 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_1742621646580/sureops_deploy/testflutter2/sureops/testflutter2-db-d/deployment +PATH_DIR=/data/34807_1742623539230/sureops_deploy/testflutter2/sureops/testflutter2-db-d/deployment #********************** cd $PATH_DIR -cp /data/34807_1742621646580/sureops_deploy/testflutter2/testflutter2-db-d/authsec_mysql/mysql/wf_table/*.sql . +cp /data/34807_1742623539230/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 958ca4f..c55d6d9 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_1742621646580/sureops_deploy/testflutter2/sureops/testflutter2-front-f/deployment +PATH_DIR=/data/34807_1742623539230/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 047b28d..34bf4c7 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:30107/back'; + static const baseUrl ='http://157.66.191.31:30113/back'; } \ No newline at end of file