phallstrom / slackistrano

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

Add slackbot integration #9

Closed jameslafa closed 9 years ago

jameslafa commented 9 years ago

I added an integration to Slackbot to notify be able to notify without using Incoming Webhooks integration.

For people who don't want to use one of the 5 free Slack integrations just for notifying deployment, it can be quite useful.

To use slackbot instead of the webhook, we need to add in deploy.rb set :slack_via_slackbot, true

phallstrom commented 9 years ago

@jameslafa Very nice. Would you mind adding a line or two to the README to explain this setting and how it works?

jameslafa commented 9 years ago

Hello Philip,

I completed the README and removed a debugging line that I missed. I hope it will help.

Thanks for your gem!

phallstrom commented 9 years ago

@jameslafa Thanks. That's a nice addition. I just pushed version 0.1.0 to rubygems.