Closed qbarbosa closed 8 years ago
Hrm. Just tried it with my config (matching yours, but using my own stuff obviously) and it's working. Only thing I can think is to double check the values for team, webhook, and channel to make sure they are right.
I triple checked it, and I even recreated a webhook.
I don't understand what is wrong. :/
Okay I found it and as expected it was something silly : I configured Slackistrano in my Capfile while it should have been done in the deploy.rb
Thank you for @phallstrom for answering.
I configured Slackistrano as followed :
Gemfile :
Capfile :
But when I run cap prod slack:deploy:updating I get the following :
It seems like there is no response from Slack's servers.
Any help would be appreciated :)