From 7b9e167ddd08b42a43a9bae2bf3fa617ecaa56c1 Mon Sep 17 00:00:00 2001 From: CodeTheDev Date: Fri, 5 Aug 2022 22:05:06 -0400 Subject: [PATCH] refactor: edit pm2 process names --- process-api.json | 2 +- process-bot.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/process-api.json b/process-api.json index 2feaf75f..3c5a31c5 100644 --- a/process-api.json +++ b/process-api.json @@ -1,7 +1,7 @@ { "apps": [ { - "name": "zeppelin-api", + "name": "airship-api", "cwd": "./backend", "script": "npm", "args": "run start-api-prod", diff --git a/process-bot.json b/process-bot.json index b8667e2d..999d56ff 100644 --- a/process-bot.json +++ b/process-bot.json @@ -1,7 +1,7 @@ { "apps": [ { - "name": "zeppelin", + "name": "airship-bot", "cwd": "./backend", "script": "npm", "args": "run start-bot-prod",