Open RHavar opened 8 years ago
You are right
Doc update: https://github.com/pm2-hive/pm2-hive.github.io/commit/845a5704d419c8e2fa08dabc0b28f6be2befa888
PM2 samples update: https://github.com/Unitech/pm2/commit/d44ae5a4f93a0191a63b2bdb3d6ff17491d4faf0
I had a deploy go through, even though
npm install
failed. I think this might be the culprit:npm install ; pm2 startOrRestart ecosystem.json --env production
should it be
npm install && pm2 startOrRestart ecosystem.json --env production
?