diff --git a/Jenkinsfile b/Jenkinsfile index 2411cb6..e2659ff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,6 @@ pipeline { sh ''' rm -rf $DEPLOY_PATH/* cp -r dist/portfolio-admin/browser/* $DEPLOY_PATH/ - chown -R www-data:www-data $DEPLOY_PATH systemctl reload nginx ''' }