diff --git a/workspace/zioinfo-mail/Jenkinsfile b/workspace/zioinfo-mail/Jenkinsfile index 6282dfc2..d0c3a06c 100644 --- a/workspace/zioinfo-mail/Jenkinsfile +++ b/workspace/zioinfo-mail/Jenkinsfile @@ -41,9 +41,9 @@ pipeline { ${SRC}/venv/bin/pip install -r backend/requirements.txt -q # 서비스 재기동 - systemctl restart zioinfo-mail + sudo systemctl restart zioinfo-mail sleep 4 - systemctl is-active zioinfo-mail || exit 1 + sudo systemctl is-active zioinfo-mail || exit 1 # 헬스체크 curl -sf http://localhost:8026/health || exit 1