diff --git a/Jenkinsfile b/Jenkinsfile index 4188d64..d0d37ab 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { // 배포 서버 내 Node.js 설치 및 PM2 캐시 경로 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 HEALTH_CHECK_URL = "http://${env.DEPLOY_HOST}" // Nginx 80포트로 접근하여 헬스 체크