phallstrom / slackistrano

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

Fix notification text when posting via slackbot. #15

Closed opti closed 9 years ago

opti commented 9 years ago

It takes into account new payload structure with attachments.

Due to Slackbot limitations it doesn't support attachments, so it has to just text:

If you want a little more control over your automated messages (such as specifying the username or adding formatting), you'll want to use Incoming WebHooks instead of Slackbot.

phallstrom commented 9 years ago

@opti Doh! Thanks. That's the second time I've missed the Slackbot option as we don't use it here. I just pushed 0.1.6 to rubygems.

opti commented 9 years ago

Thanks for merging!