This commit is contained in:
parent
027c996626
commit
330a44314e
@ -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 '''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user