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
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -242,6 +242,37 @@ $ redis-cli
242
242
243
243
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.
244
244
245
+
## Listing Revisions
246
+
247
+
Another helpful part of the [lightning method of deployment][1] is using [ember-cli-deploy-display-revisions][8] to quickly review previously deployed revisions to your redis instance.
248
+
249
+
### How do I display the deployed revisions on my redis instance?
250
+
251
+
First, install the [ember-cli-deploy-display-revisions][8] plugin:
252
+
253
+
```
254
+
ember install ember-cli-deploy-display-revisions
255
+
```
256
+
257
+
Then use the following command:
258
+
259
+
```
260
+
$ ember deploy:list <environment>
261
+
262
+
- Listing revisions for key: `my-app`
263
+
RevisionKey Commit User Branch
264
+
> 8af596f af596fbb email@example.com staging
265
+
18cf1a6 8cf1a6c9 email@example.com staging
266
+
82be0d2 2be0d26c email@example.com staging
267
+
7dee0a0 dee0a0b3 email@example.com staging
268
+
937899e 37899eb6 email@example.com staging
269
+
f4cfc1f 4cfc1f0b email@example.com staging
270
+
d748d1b 748d1bc4 email@example.com staging
271
+
c6d9fb1 6d9fb155 email@example.com staging
272
+
128a967 28a96772 email@example.com staging
273
+
bfb5e46 fb5e46dc email@example.com staging
274
+
```
275
+
245
276
## What if my Redis server isn't publicly accessible?
246
277
247
278
Not to worry! Just install the handy-dandy `ember-cli-deploy-ssh-tunnel` plugin:
@@ -306,3 +337,4 @@ The following properties are used if present on the deployment `context` object:
0 commit comments