增加新的子官网配置以及ng

This commit is contained in:
dxin
2025-12-30 16:11:33 +08:00
parent 2146d3e585
commit b60f06476a
6 changed files with 279 additions and 32 deletions

View File

@@ -47,7 +47,7 @@ pipeline {
nvm use 22.21.1 &&
npm install &&
npm run build &&
pm2 start ecosystem.config.cjs &&
pm2 start ecosystem.config.cjs --env test &&
pm2 save
'
"""