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:
parent
3cf08e5a49
commit
7b9e167ddd
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"apps": [
|
"apps": [
|
||||||
{
|
{
|
||||||
"name": "zeppelin-api",
|
"name": "airship-api",
|
||||||
"cwd": "./backend",
|
"cwd": "./backend",
|
||||||
"script": "npm",
|
"script": "npm",
|
||||||
"args": "run start-api-prod",
|
"args": "run start-api-prod",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"apps": [
|
"apps": [
|
||||||
{
|
{
|
||||||
"name": "zeppelin",
|
"name": "airship-bot",
|
||||||
"cwd": "./backend",
|
"cwd": "./backend",
|
||||||
"script": "npm",
|
"script": "npm",
|
||||||
"args": "run start-bot-prod",
|
"args": "run start-bot-prod",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue