fix: remove redundant ownership change command in deployment stage
Some checks failed
bangararaju.kottedi.in/admin/admin-uat-new/pipeline/head There was a failure building this commit

This commit is contained in:
Bangara Raju Kottedi 2026-02-16 18:39:34 +05:30
parent 06a64fa018
commit a6e48d6b2b

1
Jenkinsfile vendored
View File

@ -43,7 +43,6 @@ pipeline {
sh ''' sh '''
rm -rf $DEPLOY_PATH/* rm -rf $DEPLOY_PATH/*
cp -r dist/portfolio-admin/browser/* $DEPLOY_PATH/ cp -r dist/portfolio-admin/browser/* $DEPLOY_PATH/
chown -R www-data:www-data $DEPLOY_PATH
systemctl reload nginx systemctl reload nginx
''' '''
} }