prod-releaser.php/config/projects.json

13 lines
202 B
JSON
Raw Normal View History

2016-11-07 07:15:16 +00:00
{
"nxtic": {
"apache": "/vhost/nxtic",
"git": "/vhost/git-repositories/nxtic"
2016-11-07 07:15:16 +00:00
},
"prod-releaser": {
"apache": "/vhost/prod-releaser",
"git": "/vhost/git-repositories/prod-release.php"
2016-11-07 07:15:16 +00:00
}
}