File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,29 @@ make test
147
147
The CI Pipeline has been disabled for now, until we can revive it. Deploys will
148
148
need to be manual.
149
149
150
+ You'll need to ensure the following is in your ` ~/.aws/config ` :
151
+
152
+ ```
153
+ [profile iam-admin]
154
+ sso_session = mozilla
155
+ sso_account_id = 320464205386
156
+ sso_role_name = AdministratorAccess
157
+ sso_region = us-west-2
158
+ region = us-west-2
159
+ sso_start_url = https://mozilla-aws.awsapps.com/start#
160
+
161
+ [sso-session mozilla]
162
+ sso_start_url = https://mozilla-aws.awsapps.com/start#
163
+ sso_region = us-west-2
164
+ sso_registration_scopes = sso:account:access
165
+ ```
166
+
167
+ And then, each time you'd like to deploy _ first_ run:
168
+
169
+ ```
170
+ aws sso login --sso-session mozilla
171
+ ```
172
+
150
173
To deploy the ` master ` branch, run:
151
174
152
175
```
You can’t perform that action at this time.
0 commit comments