mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-25 02:25:01 +00:00
refactor: edit pm2 process names
This commit is contained in:
parent
3cf08e5a49
commit
7b9e167ddd
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "zeppelin-api",
|
||||
"name": "airship-api",
|
||||
"cwd": "./backend",
|
||||
"script": "npm",
|
||||
"args": "run start-api-prod",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "zeppelin",
|
||||
"name": "airship-bot",
|
||||
"cwd": "./backend",
|
||||
"script": "npm",
|
||||
"args": "run start-bot-prod",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue