prod-releaser.php/config/projects.json

18 lines
218 B
JSON
Raw Normal View History

2016-11-07 07:15:16 +00:00
{
"self": {
2017-12-10 22:20:06 +00:00
"dir": "/vhost/prod-releaser",
"cmd" : [
"git pull origin master"
]
},
"ndli1718": {
"dir": "/vhost/ndli1718",
"cmd" : [
"git pull origin master",
"npm run build"
]
2016-11-07 07:15:16 +00:00
}
}