deployment_files

This commit is contained in:
risadmin_prod 2025-09-23 04:46:37 +00:00
parent 9a99b63a92
commit 0fc2fd3859
3 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,10 @@ DOMAIN=157.66.191.31:3000
#WEB-URL-PORT #WEB-URL-PORT
CONT_PORT=3306 CONT_PORT=3306
TARGET_PORT=9292 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 cd $PATH_DIR
DOCKER_TAG=1.0 DOCKER_TAG=1.1
#docker system prune -f #docker system prune -f
# Stop any existing containers with the same name and ports # Stop any existing containers with the same name and ports
docker stop $PRJ_NAME >/dev/null 2>&1 || true docker stop $PRJ_NAME >/dev/null 2>&1 || true

View File

@ -11,10 +11,10 @@ GITEA_EMAIL=ganeshk@dekatc.com
GIT_BRANCH=main GIT_BRANCH=main
DOMAIN=157.66.191.31:3000 DOMAIN=157.66.191.31:3000
#TARGET_PORT=9292 #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 cd $PATH_DIR
DOCKER_TAG=1.0 DOCKER_TAG=1.1
docker system prune -f docker system prune -f
IMAGE_NAME=$DOCKER_USER/$PRJ_NAME:$DOCKER_TAG IMAGE_NAME=$DOCKER_USER/$PRJ_NAME:$DOCKER_TAG
# Stop any existing containers with the same name and ports # Stop any existing containers with the same name and ports

View File

@ -23,5 +23,5 @@ class ApiConstants {
static const getSystemParameters = '$baseUrl/sysparam/getSysParams'; static const getSystemParameters = '$baseUrl/sysparam/getSysParams';
static const updateSystemParams = '$baseUrl/sysparam/updateSysParams'; 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';
} }