이름변경
Some checks failed
LocalNet_front/pipeline/head There was a failure building this commit

This commit is contained in:
nevermoregb 2025-03-01 12:05:12 +09:00
parent 027c996626
commit 330a44314e

View File

@ -16,7 +16,7 @@ pipeline {
// 로컬 Nginx 서버에 빌드 파일 배포 // 로컬 Nginx 서버에 빌드 파일 배포
bat ''' bat '''
:: 루트경로 설정 :: 루트경로 설정
set NGINX_ROOT=C:\\nginx\\html set NGINX_ROOT=C:\\nginx\\html
:: 기존 빌드 삭제 :: 기존 빌드 삭제
if exist "%NGINX_ROOT%\\dist" rmdir /s /q "%NGINX_ROOT%\\dist" if exist "%NGINX_ROOT%\\dist" rmdir /s /q "%NGINX_ROOT%\\dist"
@ -26,7 +26,7 @@ pipeline {
''' '''
} }
} }
stage('Restart Server') { stage('Restart Server!') {
steps { steps {
// 로컬 Nginx 서버 재실행 // 로컬 Nginx 서버 재실행
bat ''' bat '''