frontend work !
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m23s
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 1m23s
This commit is contained in:
@@ -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."
|
||||
Reference in New Issue
Block a user