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.
2 parents 2f243a9 + 7715970 commit f96e548Copy full SHA for f96e548
index.js
@@ -68,13 +68,13 @@ module.exports = {
68
},
69
70
activate: function(/* context */) {
71
- var redisDeployClient = this.readConfig('redisDeployClient');
+ var redisDeployClient = this.readConfig('redisDeployClient');
72
var revisionKey = this.readConfig('revisionKey');
73
var keyPrefix = this.readConfig('keyPrefix');
74
75
this.log('Activating revision `' + revisionKey + '`');
76
return Promise.resolve(redisDeployClient.activate(keyPrefix, revisionKey))
77
- .then(this.log.bind(this, '✔ Activated revision `' + revisionKey + '`'))
+ .then(this.log.bind(this, '✔ Activated revision `' + revisionKey + '`', {}))
78
.then(function(){
79
return {
80
activatedRevisionKey: revisionKey
0 commit comments