phallstrom / slackistrano

Slack integration for Capistrano deployments.
MIT License
373 stars 74 forks source link

Post to slack webhook should be done on remote app server #60

Open halida opened 8 years ago

halida commented 8 years ago

Slack webhook url is configured in deploy.rb now, but it may cause problems:

So I think the good solution is like this:

Example:

It may changes a lot and make things complicate, but I think it is the good practice.

phallstrom commented 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.

thbar commented 5 years ago

@halida did you find a way to achieve this with slackistrano? (or maybe with another solution?)