deployment_files
This commit is contained in:
@@ -13,7 +13,7 @@ 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/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
|
cd $PATH_DIR
|
||||||
DOCKER_TAG=1.0
|
DOCKER_TAG=1.0
|
||||||
|
|||||||
@@ -14,9 +14,9 @@ FROM node:16.20.2-alpine3.18 as build
|
|||||||
LABEL stage=app
|
LABEL stage=app
|
||||||
LABEL build_id=$BUILD_ID
|
LABEL build_id=$BUILD_ID
|
||||||
WORKDIR /usr/src/app
|
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
|
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"
|
ENV NODE_OPTIONS="--max_old_space_size=4096"
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ GIT_BRANCH="main"
|
|||||||
DOMAIN="157.66.191.31:3000"
|
DOMAIN="157.66.191.31:3000"
|
||||||
CONT_PORT=30167
|
CONT_PORT=30167
|
||||||
TARGET_PORT=80
|
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"
|
DOCKER_TAG="1.0"
|
||||||
MAX_RETRIES=3
|
MAX_RETRIES=3
|
||||||
RETRY_DELAY=10
|
RETRY_DELAY=10
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ System.Net.ServicePointManager.Expect100Continue = false;
|
|||||||
|
|
||||||
spring.datasource.url=jdbc:mysql://157.66.191.31:3306/db?createDatabaseIfNotExist=true
|
spring.datasource.url=jdbc:mysql://157.66.191.31:3306/db?createDatabaseIfNotExist=true
|
||||||
spring.datasource.username=cnsdev
|
spring.datasource.username=cnsdev
|
||||||
spring.datasource.password=cnsdev2407
|
spring.datasource.password=cnsdev7304
|
||||||
|
|
||||||
spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver
|
spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver
|
||||||
|
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ export const environment = {
|
|||||||
// changeble url // port
|
// changeble url // port
|
||||||
captchaSiteKey: '6LfrdSUpAAAAALkYDmnvdX3GLLCArgPWNHfXasjP',
|
captchaSiteKey: '6LfrdSUpAAAAALkYDmnvdX3GLLCArgPWNHfXasjP',
|
||||||
|
|
||||||
//Deployment configs
|
backport:'42920/testdbissue57441/back',backendUrl:'/testdbissue57441/back',
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
@@ -10,7 +10,7 @@ export const environment = {
|
|||||||
// changeblelocal configs url
|
// changeblelocal configs url
|
||||||
captchaSiteKey: '6LfrdSUpAAAAALkYDmnvdX3GLLCArgPWNHfXasjP',
|
captchaSiteKey: '6LfrdSUpAAAAALkYDmnvdX3GLLCArgPWNHfXasjP',
|
||||||
|
|
||||||
//Deployment configs
|
backport:'42920/testdbissue57441/back',backendUrl:'/testdbissue57441/back',
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
Reference in New Issue
Block a user