pm2 save fix + test work
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 27m44s

This commit is contained in:
2026-02-18 15:39:27 -08:00
parent 743216ef1b
commit fe79522ea4
14 changed files with 194 additions and 30 deletions

View File

@@ -149,6 +149,9 @@ pm2 delete all 2>/dev/null || true
# Start PM2 with the dev ecosystem config
pm2 start /app/ecosystem.dev.config.cjs
# Save PM2 process list to persist across daemon restarts
pm2 save
# Show PM2 status
echo ""
echo "--- PM2 Process Status ---"