File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ An ember-cli-deploy-plugin for sending deployment messages to [Slack](https://sl
5
5
## Usage
6
6
7
7
This plugin will only work with the upcoming 0.5.0-release of
8
- [ ember-cli-deploy] ( https://github.com/ember-cli/ember-cli-deploy ) . Right now
9
- you have to use my [ didFail branch] ( levelbossmike/ember-cli-deploy#didFail-hook- ) .
8
+ [ ember-cli-deploy] ( https://github.com/ember-cli/ember-cli-deploy ) .
10
9
11
10
To setup ember-cli-deploy-slack you need to add a ` slack ` -entry into your
12
11
` deploy.js ` configuration file:
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ module.exports = {
31
31
var endDeployDate = new Date ( ) ;
32
32
var duration = moment . duration ( endDeployDate - startDeployDate ) ;
33
33
34
- debugger ;
35
34
return slack . notify ( {
36
35
attachments : [ {
37
36
"fallback" :"Deployment finished! New revision was successfully uploaded." ,
You can’t perform that action at this time.
0 commit comments