File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -130,25 +130,25 @@ homebrew:
130
130
# - *install-packages
131
131
- *configure-registry
132
132
- *configure-ssh
133
- - mkdir -p /root /.aws
133
+ - mkdir -p /home/node /.aws
134
134
- |
135
- cat << EOF > /root /.aws/config
135
+ cat << EOF > /home/node /.aws/config
136
136
[default]
137
137
region=us-east-1
138
138
output=json
139
139
140
- [profile autocloud -iac]
140
+ [profile cloudgraph -iac]
141
141
role_arn = ${AWS_ROLE_ARN}
142
142
source_profile = default
143
143
EOF
144
144
- |
145
- cat << EOF > /root /.aws/credentials
145
+ cat << EOF > /home/node /.aws/credentials
146
146
[default]
147
147
aws_access_key_id = ${AWS_ACCESS_KEY_ID}
148
148
aws_secret_access_key = ${AWS_SECRET_ACCESS_KEY}
149
149
EOF
150
150
- export AWS_SDK_LOAD_CONFIG=true
151
- - export AWS_PROFILE=autocloud -iac
151
+ - export AWS_PROFILE=cloudgraph -iac
152
152
script :
153
153
- yarn build
154
154
- yarn homebrew
You can’t perform that action at this time.
0 commit comments