deployment_files
This commit is contained in:
parent
9191a7e0ec
commit
971eb325b8
@ -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/39784_1750069737820/sureops_deploy/test41rb/sureops/test41rb-back-b/deployment
|
PATH_DIR=/data/39784_1750069928150/sureops_deploy/test41rb/sureops/test41rb-back-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
|
||||||
|
|||||||
@ -37,7 +37,7 @@ RUN ls -la node_modules/html2canvas && \
|
|||||||
ls -la node_modules/html2canvas/dist
|
ls -la node_modules/html2canvas/dist
|
||||||
|
|
||||||
# Set environment variables
|
# Set environment variables
|
||||||
ENV PUBLIC_URL=http://157.66.191.31:34813/test41rb39784/front
|
ENV PUBLIC_URL=http://157.66.191.31:34819/test41rb39784/front
|
||||||
ENV NODE_PATH=/app/node_modules
|
ENV NODE_PATH=/app/node_modules
|
||||||
|
|
||||||
# Run build
|
# Run build
|
||||||
|
|||||||
@ -10,10 +10,10 @@ GITEA_PASS=$(sv get risadmin_prod dockerPassword)
|
|||||||
GITEA_EMAIL=ganeshk@dekatc.com
|
GITEA_EMAIL=ganeshk@dekatc.com
|
||||||
GIT_BRANCH=main
|
GIT_BRANCH=main
|
||||||
DOMAIN=157.66.191.31:3000
|
DOMAIN=157.66.191.31:3000
|
||||||
PATH_DIR=/data/39784_1750069737820/sureops_deploy/test41rb/sureops/test41rb-front-f/deployment
|
PATH_DIR=/data/39784_1750069928150/sureops_deploy/test41rb/sureops/test41rb-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
|
||||||
# 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
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
GENERATE_SOURCEMAP=false
|
GENERATE_SOURCEMAP=false
|
||||||
|
|
||||||
REACT_APP_API_URL=http://157.66.191.31:34815/back/
|
REACT_APP_API_URL=http://157.66.191.31:34821/back/
|
||||||
Loading…
x
Reference in New Issue
Block a user