Skip to content

Commit 20363ab

Browse files
authored
Merge pull request #114 from ember-learn/jw-update-instructions
Docs only - Update instructions
2 parents e9b353a + e6f84ec commit 20363ab

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

EMBER_RELEASE.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ git clone https://github.com/emberjs/data.git
1212
cd ember-jsonapi-docs
1313
```
1414
2. Go to the heroku instance, navigate to `Settings`, click `reveal config vars` and use the values seen there as values for the following variables in your local environment:
15-
1. `AWS_ACCESS_KEY`
16-
2. `AWS_ACCESS_KEY_ID`
17-
3. `AWS_SECRET_ACCESS_KEY`
18-
4. `AWS_SECRET_KEY`
19-
5. `AWS_SHOULD_PUBLISH`
15+
1. `AWS_ACCESS_KEY_ID`
16+
2. `AWS_SECRET_ACCESS_KEY`
17+
3. `AWS_SHOULD_PUBLISH` (when the value is 'yes', this pushes to production. When any other value, it will not push to production)
2018
4. Run `yarn run start --sync`
2119
5. Wait and confirm there were no errors
2220
6. Done!

0 commit comments

Comments
 (0)