We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaea5fb commit 8bf7bf0Copy full SHA for 8bf7bf0
README.md
@@ -30,7 +30,7 @@ $ ember install ember-cli-deploy-redis
30
- Place the following configuration into `config/deploy.js`
31
32
```javascript
33
-ENV.redis {
+ENV.redis = {
34
host: '<your-redis-host>',
35
port: <your-redis-port>,
36
password: '<your-redis-password>'
@@ -172,7 +172,7 @@ $ ember deploy:activate <revision-key>
172
- Setting the `activateOnDeploy` flag in `deploy.js`
173
174
175
-ENV.pipeline {
+ENV.pipeline = {
176
activateOnDeploy: true
177
}
178
```
0 commit comments