deployment_files

This commit is contained in:
2026-04-07 04:40:46 +00:00
parent 49676c785c
commit b8b6bab6e2
6 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ DOMAIN=157.66.191.31:3000
#WEB-URL-PORT
CONT_PORT=3306
TARGET_PORT=9292
PATH_DIR=/data/57275_1774956750073/sureops_deploy/testdbissue/sureops/testdbissue-back-b/deployment
PATH_DIR=/data/57441_1775536802250/sureops_deploy/testdbissue/sureops/testdbissue-back-b/deployment
#**********************
cd $PATH_DIR
DOCKER_TAG=1.0

View File

@@ -14,9 +14,9 @@ FROM node:16.20.2-alpine3.18 as build
LABEL stage=app
LABEL build_id=$BUILD_ID
WORKDIR /usr/src/app
COPY --from=code /repo/testdbissue/testdbissue-front-f/authsec_angular_clarity_modern/frontend/angular-clarity-master/package.json /repo/testdbissue/testdbissue-front-f/authsec_angular_clarity_modern/frontend/angular-clarity-master/package-lock.json ./
COPY --from=code /repo/testdbissue/testdbissue-front-f/authsec_angular/frontend/angular-clarity-master/package.json /repo/testdbissue/testdbissue-front-f/authsec_angular/frontend/angular-clarity-master/package-lock.json ./
RUN npm install
COPY --from=code /repo/testdbissue/testdbissue-front-f/authsec_angular_clarity_modern/frontend/angular-clarity-master .
COPY --from=code /repo/testdbissue/testdbissue-front-f/authsec_angular/frontend/angular-clarity-master .
ENV NODE_OPTIONS="--max_old_space_size=4096"
RUN npm run build

View File

@@ -13,7 +13,7 @@ GIT_BRANCH="main"
DOMAIN="157.66.191.31:3000"
CONT_PORT=30167
TARGET_PORT=80
PATH_DIR="/data/57275_1774956750073/sureops_deploy/testdbissue/sureops/testdbissue-front-f/deployment"
PATH_DIR="/data/57441_1775536802250/sureops_deploy/testdbissue/sureops/testdbissue-front-f/deployment"
DOCKER_TAG="1.0"
MAX_RETRIES=3
RETRY_DELAY=10

View File

@@ -26,7 +26,7 @@ System.Net.ServicePointManager.Expect100Continue = false;
spring.datasource.url=jdbc:mysql://157.66.191.31:3306/db?createDatabaseIfNotExist=true
spring.datasource.username=cnsdev
spring.datasource.password=cnsdev2407
spring.datasource.password=cnsdev7304
spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver

View File

@@ -10,7 +10,7 @@ export const environment = {
// changeble url // port
captchaSiteKey: '6LfrdSUpAAAAALkYDmnvdX3GLLCArgPWNHfXasjP',
//Deployment configs
backport:'42920/testdbissue57441/back',backendUrl:'/testdbissue57441/back',

View File

@@ -10,7 +10,7 @@ export const environment = {
// changeblelocal configs url
captchaSiteKey: '6LfrdSUpAAAAALkYDmnvdX3GLLCArgPWNHfXasjP',
//Deployment configs
backport:'42920/testdbissue57441/back',backendUrl:'/testdbissue57441/back',
};