mcTelegramBot/ev.json
2019-02-06 20:18:21 +03:00

14 lines
278 B
JSON

{
"build": [
["npm", "config", "set", "color", "false"],
["npm", "install"]
],
"services": [
{
"name": "TepexoffBot",
"restart_after_update": true,
"env": [],
"cmd": ["run.sh"]
}
]
}