blob: 9529e00bab8b0a0dd84bd96cb60c46d85c346fd5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"services": "webapp",
"tags": ["development", "amsterdam", "sandbox-braintree", "letsencrypt"],
"ip_address": "37.218.242.214",
"ssh": {
"port": 4422
//"config": {
// "AllowTcpForwarding": "yes"
//}
},
"sources": {
"webapp": {
"revision": "origin/master"
}
}
}
|