adasdasdasd
Some checks failed
main-branch-frovide/pipeline/head There was a failure building this commit
Some checks failed
main-branch-frovide/pipeline/head There was a failure building this commit
This commit is contained in:
parent
5565c039c6
commit
62836f7769
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -22,7 +22,7 @@ pipeline {
|
|||||||
|
|
||||||
// 배포 서버 내 Node.js 설치 및 PM2 캐시 경로
|
// 배포 서버 내 Node.js 설치 및 PM2 캐시 경로
|
||||||
REMOTE_NPM_CACHE_DIR = "/home/${env.DEPLOY_USER}/.npm" // npm 캐시 경로 (최적화용)
|
REMOTE_NPM_CACHE_DIR = "/home/${env.DEPLOY_USER}/.npm" // npm 캐시 경로 (최적화용)
|
||||||
REMOTE_SCRIPTS_DIR = "/opt/scripts" // switch_nginx_port.sh 스크립트 경로
|
REMOTE_SCRIPTS_DIR = "/home/${env.DEPLOY_USER}" // switch_nginx_port.sh 스크립트 경로
|
||||||
|
|
||||||
// 헬스 체크 URL
|
// 헬스 체크 URL
|
||||||
HEALTH_CHECK_URL = "http://${env.DEPLOY_HOST}" // Nginx 80포트로 접근하여 헬스 체크
|
HEALTH_CHECK_URL = "http://${env.DEPLOY_HOST}" // Nginx 80포트로 접근하여 헬스 체크
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user