ptut-vhost/config/projects.json

18 lines
173 B
JSON
Raw Normal View History

2018-02-17 18:01:17 +00:00
{
"web": {
"dir": "/vhost",
"cmd" : [
"git pull origin master",
"npm run build"
]
},
"env": {
"dir": "/env",
"cmd" : [
"rm restart.trigger"
]
}
}