ci: add pm2.json

This commit is contained in:
SinaniG 2020-11-05 14:40:46 +03:00
parent 66f2075f37
commit d5d55424eb

7
pm2.json Normal file
View file

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