Skip to content

Commit 3b0b0db

Browse files
authored
Update README.md
1 parent 70b5d7d commit 3b0b0db

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,23 @@ View at http://localhost:4200
5151

5252
To run a11y tests, run `test_a11y=yes ember serve`
5353

54-
## Staging Environment
55-
Latest changes from master can be seen on https://ember-api-docs-frontend-staging.global.ssl.fastly.net/
56-
57-
### Linting
54+
## Linting
5855

5956
* `yarn run lint:hbs`
6057
* `yarn run lint:js`
6158
* `yarn run lint:js -- --fix`
6259

63-
### Building
60+
## Staging environment
61+
62+
Latest changes from master can be seen on [ember-api-docs on Heroku](https://dashboard.heroku.com/pipelines/9368de86-caa5-4192-a96d-2ee22dc6ce71). You'll need access to Heroku via the Learning Team. In the "Staging" column, you can check out "Open app" under ember-api-docs-staging.
63+
64+
## Deployment
65+
66+
**Do not use "promote to production" on Heroku.**
67+
68+
After you've checked out the app on Staging above, on [ember-api-docs on Heroku](https://dashboard.heroku.com/pipelines/9368de86-caa5-4192-a96d-2ee22dc6ce71) go to the "Production" column. From the toggle button, select "Deploy a branch".
69+
70+
## Building
6471

6572
Cross-browser testing provided by:
6673

0 commit comments

Comments
 (0)