phallstrom / slackistrano

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

New webhook url? #12

Closed allaire closed 9 years ago

allaire commented 9 years ago

Hi, looks like Slack use a different webhook url compared to the team's url that is used in the code.

https://hooks.slack.com/services/SOME_ID/SOME_ID/SLACK_TOKEN

It was not obvious to figure out that the last parameter was the slack token. Maybe we should clear that in the readme?

Thanks!

phallstrom commented 9 years ago

Interesting. Working on a fix. Do you happen to know of a link/doc that describes the change?

allaire commented 9 years ago

Not sure if it's a change per se, but if you go to the webhook integration page, there is no mention of any "token". Just the URL

phallstrom commented 9 years ago

@allaire Just pushed a new version to rubygems. Would you mind reading over this section in the README to see if it works better?

https://github.com/supremegolf/slackistrano#configuration

allaire commented 9 years ago

@phallstrom Much better! Just tried the new updated version and worked perfectly.

Thanks for the quick help!