Skip to content

Commit

Permalink
Shifts section ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
nikz committed Sep 15, 2015
1 parent 62a6298 commit b508822
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,16 +209,6 @@ $ redis-cli

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.

## Prerequisites

The following properties are expected to be present on the deployment `context` object:

- `distDir` (provided by [ember-cli-deploy-build][4])
- `project.name()` (provided by [ember-cli-deploy][5])
- `revisionData.revisionKey` (provided by [ember-cli-deploy-revision-data][6])
- `commandLineArgs.revisionKey` (provided by [ember-cli-deploy][5])
- `deployEnvironment` (provided by [ember-cli-deploy][5])

## What if my Redis server isn't publicly accessible?

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

## Prerequisites

The following properties are expected to be present on the deployment `context` object:

- `distDir` (provided by [ember-cli-deploy-build][4])
- `project.name()` (provided by [ember-cli-deploy][5])
- `revisionData.revisionKey` (provided by [ember-cli-deploy-revision-data][6])
- `commandLineArgs.revisionKey` (provided by [ember-cli-deploy][5])
- `deployEnvironment` (provided by [ember-cli-deploy][5])

## Running Tests

- `npm test`
Expand Down

0 comments on commit b508822

Please sign in to comment.