diff --git a/Jenkinsfile b/Jenkinsfile index e2659ff..297b63c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { sh ''' rm -rf $DEPLOY_PATH/* cp -r dist/portfolio-admin/browser/* $DEPLOY_PATH/ - systemctl reload nginx + sudo /usr/bin/systemctl reload nginx ''' } }