3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-25 10:25:01 +00:00

refactor: edit pm2 process names

This commit is contained in:
CodeTheDev 2022-08-05 22:05:06 -04:00
parent 3cf08e5a49
commit 7b9e167ddd
No known key found for this signature in database
GPG key ID: AF9160D3CEA9B223
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{
"apps": [
{
"name": "zeppelin-api",
"name": "airship-api",
"cwd": "./backend",
"script": "npm",
"args": "run start-api-prod",

View file

@ -1,7 +1,7 @@
{
"apps": [
{
"name": "zeppelin",
"name": "airship-bot",
"cwd": "./backend",
"script": "npm",
"args": "run start-bot-prod",