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",