develop #9

Merged
rajukottedi merged 9 commits from develop into prod 2026-02-16 14:35:59 +00:00
Showing only changes of commit cf8e3b880c - Show all commits
Vendored
+1 -1
View File
@@ -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
'''
}
}