develop #9

Merged
rajukottedi merged 9 commits from develop into prod 2026-02-16 20:05:59 +05:30
Showing only changes of commit a6e48d6b2b - Show all commits

1
Jenkinsfile vendored
View File

@ -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
'''
}