Skip to content

Commit c1d9cfd

Browse files
authored
Merge pull request #963 from bheesham/make-readme-easier-to-follow
chore(docs): Make instructions self-contained
2 parents 8c76052 + c1605a9 commit c1d9cfd

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,29 @@ make test
147147
The CI Pipeline has been disabled for now, until we can revive it. Deploys will
148148
need to be manual.
149149

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+
150173
To deploy the `master` branch, run:
151174

152175
```

0 commit comments

Comments
 (0)