frontend work !
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m23s

This commit is contained in:
2025-11-22 13:24:34 -08:00
parent b7f9b0a46f
commit 81eb802f94
2 changed files with 6 additions and 2 deletions

View File

@@ -161,5 +161,6 @@ jobs:
npm install --omit=dev # Install only production dependencies
# Use `startOrReload` with the ecosystem file. This is the standard, idempotent way to deploy.
# It will START the process if it's not running, or RELOAD it if it is.
pm2 startOrReload ecosystem.config.cjs --env production
# We also add `&& pm2 save` to persist the process list across server reboots.
pm2 startOrReload ecosystem.config.cjs --env production && pm2 save
echo "Backend server reloaded successfully."