-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.json
More file actions
31 lines (31 loc) · 846 Bytes
/
environment.json
File metadata and controls
31 lines (31 loc) · 846 Bytes
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
{
"codebuildSettings": [
{
"credentials": {
"sso": {
"_comment": [
"If you use SSO, you can specify the profile name and the role name.",
"And adjust volume setting defined in compose.yaml."
],
"awsProfileName": "your-aws-profile-name"
}
},
"region": "ap-northeast-1",
"codeBuildProjectName": "dummy-codebuild-project"
},
{
"credentials": {
"accessToken": {
"_comment": [
"If you use access token, you can specify the access token and the secret access token."
],
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"AWS_SESSION_TOKEN": ""
}
},
"region": "ap-northeast-1",
"codeBuildProjectName": "dummy-codebuild-project"
}
]
}