pm2 save fix + test work
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 27m44s
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 27m44s
This commit is contained in:
@@ -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 ---"
|
||||
|
||||
Reference in New Issue
Block a user