Open halida opened 8 years ago
Interesting idea, but I don't think I'm going to make this change as it would disrupt too many existing installations. I'll leave this here though and if enough folks +1 I'll reconsider. Maybe could make it an optional config "notify from server" option even.
@halida did you find a way to achieve this with slackistrano? (or maybe with another solution?)
Slack webhook url is configured in deploy.rb now, but it may cause problems:
So I think the good solution is like this:
Example:
gem 'slackistrano', require: false
for productionIt may changes a lot and make things complicate, but I think it is the good practice.