Skip to content

Docs only - Update instructions #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions EMBER_RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ git clone https://github.com/emberjs/data.git
cd ember-jsonapi-docs
```
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:
1. `AWS_ACCESS_KEY`
2. `AWS_ACCESS_KEY_ID`
3. `AWS_SECRET_ACCESS_KEY`
4. `AWS_SECRET_KEY`
5. `AWS_SHOULD_PUBLISH`
1. `AWS_ACCESS_KEY_ID`
2. `AWS_SECRET_ACCESS_KEY`
3. `AWS_SHOULD_PUBLISH` (when the value is 'yes', this pushes to production. When any other value, it will not push to production)
4. Run `yarn run start --sync`
5. Wait and confirm there were no errors
6. Done!