Sane script commands
... | ... | @@ -12,8 +12,8 @@ |
"url": "https://framagit.org/yphil/petrolette" | ||
}, | ||
"scripts": { | ||
"petrolette": "pm2 start pm2.config.json", | ||
"petrolette-ssl": "pm2 start pm2.config.json --env ssl", | ||
"start": "pm2 start pm2.config.json", | ||
"start-ssl": "pm2 start pm2.config.json --env ssl", | ||
"restart": "pm2 restart pm2.config.json", | ||
"stop": "pm2 stop petrolette", | ||
"show": "pm2 show petrolette", | ||
... | ... |
Please register or sign in to comment