ci: add pm2.json

pull/381/head
SinaniG 2020-11-05 14:40:46 +03:00
parent 66f2075f37
commit d5d55424eb
1 changed files with 7 additions and 0 deletions

7
pm2.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "umami",
"script": "npm",
"args": "start",
"instances": "max",
"exec_mode": "cluster"
}