-
Notifications
You must be signed in to change notification settings - Fork 6
/
.deployment.config.json
82 lines (82 loc) · 1.68 KB
/
.deployment.config.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"product": "cli",
"team_name": "DX",
"general": {
"team_jenkins": "searchuibuilds",
"notifications": {
"slack_channels": ["#searchuibuilds"]
},
"environments_order": {
"sequential": [
"dev",
"stg",
{
"concurrent": ["prd", "hip"]
}
]
},
"stg": {
"start_environment_automatically": true
},
"prd": {
"start_environment_automatically": true
},
"hip": {
"start_environment_automatically": true
},
"aws_regions": {
"sequential": ["FIRST_MAIN_REGION"]
}
},
"ordered_phases": [
{
"id": "terraform",
"terraform": {}
},
{
"id": "s3",
"s3": {
"bucket": "{terraform.infra.infra.bucket_binaries}",
"directory": "proda/StaticCDN/cli",
"source": "./artifacts",
"hip": {
"disabled": true
},
"parameters": {
"acl": "public-read"
}
}
},
{
"id": "invalidate_cache",
"team_jenkins": {
"job_name": "cli-cloudfront-invalidation",
"disabled": true,
"prd": {
"disabled": false
}
}
}
],
"snyk": {
"no_dependencies": true,
"no_container_images": true
},
"snyk_code": {
"no_scan": true
},
"observatory": {
"no_endpoint": true
},
"deployment_config_version": 2,
"package_rollout": {
"only_consider_changesets_after": "591040c6568cce03b031c3059cd4d4de87de8d7c",
"jira_issues_discovery": {
"stop_after_first_issue": true,
"branch_name": false,
"commit_message": false,
"pull_request_title": true,
"pull_request_description": true
}
}
}