Skip to content

Commit b508822

Browse files
committed
Shifts section ordering
1 parent 62a6298 commit b508822

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -209,16 +209,6 @@ $ redis-cli
209209

210210
Activation occurs during the `activate` hook of the pipeline. By default, activation is turned off and must be explicitly enabled by one of the 3 methods above.
211211

212-
## Prerequisites
213-
214-
The following properties are expected to be present on the deployment `context` object:
215-
216-
- `distDir` (provided by [ember-cli-deploy-build][4])
217-
- `project.name()` (provided by [ember-cli-deploy][5])
218-
- `revisionData.revisionKey` (provided by [ember-cli-deploy-revision-data][6])
219-
- `commandLineArgs.revisionKey` (provided by [ember-cli-deploy][5])
220-
- `deployEnvironment` (provided by [ember-cli-deploy][5])
221-
222212
## What if my Redis server isn't publicly accessible?
223213

224214
Not to worry! Just install the handy-dandy `ember-cli-deploy-ssh-tunnel` plugin:
@@ -265,6 +255,16 @@ your Redis host as the destination host, like so:
265255
}
266256
```
267257

258+
## Prerequisites
259+
260+
The following properties are expected to be present on the deployment `context` object:
261+
262+
- `distDir` (provided by [ember-cli-deploy-build][4])
263+
- `project.name()` (provided by [ember-cli-deploy][5])
264+
- `revisionData.revisionKey` (provided by [ember-cli-deploy-revision-data][6])
265+
- `commandLineArgs.revisionKey` (provided by [ember-cli-deploy][5])
266+
- `deployEnvironment` (provided by [ember-cli-deploy][5])
267+
268268
## Running Tests
269269

270270
- `npm test`

0 commit comments

Comments
 (0)