Skip to content

Commit a360089

Browse files
committed
chore: added pm22-stag file for stag deployment
1 parent 764d435 commit a360089

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pm2/pm2-stag.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"apps": [
3+
{
4+
"name": "dota-server",
5+
"script": "./bin/script/server.js",
6+
"instances": "-2",
7+
"watch": true,
8+
"merge_logs": true,
9+
"exec_mode": "cluster",
10+
"log_date_format": "DD-MM-YYYY HH:mm Z",
11+
"cwd": "/var/www/dota-server/api",
12+
"env": {
13+
"NODE_ENV": "stag"
14+
}
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)