Skip to content

Commit adfc579

Browse files
committed
Merge pull request #57 from tribou/update-dependency-instructions
Add additional dependencies to install instructions
2 parents 06a8341 + 0624736 commit adfc579

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,37 @@ $ redis-cli
242242

243243
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.
244244

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+
245276
## What if my Redis server isn't publicly accessible?
246277

247278
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:
306337
[5]: https://github.com/ember-cli/ember-cli-deploy "ember-cli-deploy"
307338
[6]: https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data "ember-cli-deploy-revision-data"
308339
[7]: https://github.com/ember-cli-deploy/ember-cli-deploy-ssh-tunnel "ember-cli-deploy-ssh-tunnel"
340+
[8]: https://github.com/ember-cli-deploy/ember-cli-deploy-display-revisions "ember-cli-deploy-display-revisions"

0 commit comments

Comments
 (0)