Skip to content

Commit a4ade72

Browse files
committed
remove slack
1 parent ef67859 commit a4ade72

File tree

4 files changed

+14
-184
lines changed

4 files changed

+14
-184
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
An ember cli like web based javascript sharing tool. http://ember-twiddle.com
66

77
* Ember Twiddle uses [Github Gists](https://gist.github.com) as persistence layer. Once you hit `Save` on a newly created Twiddle, it will create a public Gist under your Github account.
8-
* If you'd like to help out, check out [CONTRIBUTING.md](CONTRIBUTING.md) We are looking for help maintaining the project. If you have contributed and would like to be made a maintainer, please make a request on the Slack channel or via email.
8+
* If you'd like to help out, check out [CONTRIBUTING.md](CONTRIBUTING.md) We are looking for help maintaining the project. If you have contributed and would like to be made a maintainer, please make a request on the Discord channel or via email.
99
* Ember Twiddle uses a backend for compiling addons. It is currently located at https://github.com/joostdevries/twiddle-backend
1010

1111
### Browser support

config/deploy.js

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,6 @@ module.exports = function(deployTarget) {
55
},
66
'revision-data': {
77
type: 'version-commit'
8-
},
9-
slack: {
10-
webhookURL: process.env.SLACK_WEB_HOOK_URL,
11-
channel: '#-ember-twiddle',
12-
username: 'ember-twiddle-deploy-notifications',
13-
didDeploy: function(context) {
14-
var deployMessage = _getHumanDeployMessage(context);
15-
return function(slack) {
16-
return slack.notify({
17-
text: deployMessage
18-
});
19-
};
20-
}
218
}
229
};
2310

@@ -56,22 +43,3 @@ module.exports = function(deployTarget) {
5643

5744
return ENV;
5845
};
59-
60-
61-
function _getHumanDeployMessage(context) {
62-
var revision;
63-
if (context.revisionData) {
64-
revision = context.revisionData['revisionKey'] || context.revisionData['activatedRevisionKey'];
65-
}
66-
67-
var projectName = context.project.name();
68-
69-
var message;
70-
if (revision) {
71-
message = projectName + ' revision ' + revision;
72-
} else {
73-
message = projectName;
74-
}
75-
76-
return message + " to " + context.deployTarget + " target";
77-
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"ember-cli-dependency-checker": "^3.2.0",
5656
"ember-cli-deploy": "^1.0.2",
5757
"ember-cli-deploy-s3-pack": "^1.0.0-beta.2",
58-
"ember-cli-deploy-slack": "^1.0.0",
5958
"ember-cli-deprecation-workflow": "^1.0.1",
6059
"ember-cli-document-title-northm": "^1.0.3",
6160
"ember-cli-eslint": "^5.1.0",

0 commit comments

Comments
 (0)