You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -209,16 +209,6 @@ $ redis-cli
209
209
210
210
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.
211
211
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
-
222
212
## What if my Redis server isn't publicly accessible?
223
213
224
214
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:
265
255
}
266
256
```
267
257
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])
0 commit comments