summaryrefslogtreecommitdiff
path: root/config.json
blob: 1ad14b15523442a1bb440571442495d7a3d5f0ad (plain)
1
2
3
4
5
6
7
8
9
10
11

{
	"deployments":[
		{
			"host":"example.com",
			"username":"exampleuser",
			"webroot":"/srv/http/example.com/public/"
		}
	]
}