aboutsummaryrefslogtreecommitdiff
path: root/pm2.json
diff options
context:
space:
mode:
Diffstat (limited to 'pm2.json')
-rw-r--r--pm2.json15
1 files changed, 2 insertions, 13 deletions
diff --git a/pm2.json b/pm2.json
index 3be4f86..57c3598 100644
--- a/pm2.json
+++ b/pm2.json
@@ -1,20 +1,9 @@
{
"apps" : [
{
- "name": "lolisafe-api",
+ "name": "lolisafe",
"script": "npm",
- "args": "run api",
- "env": {
- "NODE_ENV": "production"
- },
- "env_production" : {
- "NODE_ENV": "production"
- }
- },
- {
- "name": "lolisafe-website",
- "script": "npm",
- "args": "run site",
+ "args": "run start",
"env": {
"NODE_ENV": "production"
},