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 6354752 commit f16cf79Copy full SHA for f16cf79
README.md
@@ -17,7 +17,7 @@ module.exports = function(environment) {
17
"development": {
18
// ...
19
"slack": {
20
- "webhookURL": "https://hooks.slack.com/services/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",
+ "webhookURL": "<your-webhook-URI>",
21
"channel": "#notifications",
22
"username": "ember-cli-deploy"
23
},
@@ -53,7 +53,7 @@ module.exports = function(environment) {
53
54
55
56
57
58
"username": "ember-cli-deploy",
59
"didDeploy": function(context, slack) {
0 commit comments