Skip to content

Commit a11ecf5

Browse files
committed
Update instructions to link to existing
1 parent f1516e0 commit a11ecf5

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

DEPLOYING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ branch," and select the branch you wish to deploy to staging.
2020

2121
First, deploy the `master` branch to staging following the steps above, and check it over thoroughly. Get a second person to look it over too. There are many variables that could affect how an app displays in production compared to locally, particularly for this app.
2222

23-
Never click the "promote to production" button on Heroku. We shouldn't promote from staging with this button because Heroku uses the same build from staging in the production container. This would mean that the variables set during ember builds get reused. Some of these variables have different values between staging and production, which leads to issues.
23+
**Never click the "promote to production" button on Heroku.** We shouldn't promote from staging with this button because Heroku uses the same build from staging in the production container. This would mean that the variables set during ember builds get reused. Some of these variables have different values between staging and production, which leads to issues.
2424

25-
To deploy properly to production, click on the arrows for the `ember-api-docs` instance under Production,
26-
choose "Deploy a branch" and choose the branch name.
25+
To deploy properly to production, click on the arrows for the `ember-api-docs` instance under Production, choose "Deploy a branch" and choose the branch name.
2726

2827
### Rolling back to an earlier version
2928

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ To run a11y tests, run `test_a11y=yes ember serve`
5757
* `yarn run lint:js`
5858
* `yarn run lint:js -- --fix`
5959

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
60+
## Staging and Deployment
6561

6662
See the [DEPLOYING.md](https://github.com/ember-learn/ember-api-docs/blob/master/DEPLOYING.md) guide for instructions.
6763

0 commit comments

Comments
 (0)