-
Notifications
You must be signed in to change notification settings - Fork 31
/
deploy_map.json
47 lines (47 loc) · 1.55 KB
/
deploy_map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"deployments": [
{
"aws_account_number": "834723192900",
"region": "us-west-1",
"branch": "production",
"log_retention_days": 30,
"dns_domain_map_root": true,
"public_bucket": "trash-ai-public",
"dns_domain": "trashai.org",
"github_repo_name": "trash-ai",
"github_repo_owner": "code4sac"
},
{
"aws_account_number": "834723192900",
"region": "us-west-1",
"branch": "aws/trashai-staging",
"public_bucket": "trash-ai-public",
"dns_domain_map_root": false,
"log_retention_days": 30,
"dns_domain": "trashai.org",
"github_repo_name": "trash-ai",
"github_repo_owner": "code4sac"
},
{
"aws_account_number": "668805947503",
"region": "us-west-1",
"branch": "aws/shollingsworth-root",
"log_retention_days": 30,
"public_bucket": "trash-ai-public",
"dns_domain_map_root": true,
"dns_domain": "hostbeat.link",
"github_repo_name": "trash-ai",
"github_repo_owner": "shollingsworth"
},
{
"aws_account_number": "000000000000",
"region": "us-east-2",
"branch": "local",
"public_bucket": "trash-ai-public",
"dns_domain_map_root": false,
"dns_domain": "",
"github_repo_name": "",
"github_repo_owner": ""
}
]
}