deployment_files

This commit is contained in:
risadmin_prod 2025-05-05 06:07:29 +00:00
parent a20cefc444
commit e1a8232363
2 changed files with 4 additions and 4 deletions

View File

@ -13,10 +13,10 @@ DOMAIN=157.66.191.31:3000
#WEB-URL-PORT
CONT_PORT=3306
TARGET_PORT=9292
PATH_DIR=/data/37535_1746419829279/sureops_deploy/std1/sureops/std1-back-b/deployment
PATH_DIR=/data/37535_1746425225877/sureops_deploy/std1/sureops/std1-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

View File

@ -13,8 +13,8 @@ GIT_BRANCH="main"
DOMAIN="157.66.191.31:3000"
CONT_PORT=30167
TARGET_PORT=80
PATH_DIR="/data/37535_1746419829279/sureops_deploy/std1/sureops/std1-front-f/deployment"
DOCKER_TAG="1.0"
PATH_DIR="/data/37535_1746425225877/sureops_deploy/std1/sureops/std1-front-f/deployment"
DOCKER_TAG="1.1"
MAX_RETRIES=3
RETRY_DELAY=10