johnkoht/mina-slack

Unable to create Slack Announcement, no slack details provided

Closed this issue · 3 comments

in deploy.rb file

require 'mina/bundler'
require 'mina/rails'
require 'mina/git'
require 'mina/rbenv' # for rbenv support. (http://rbenv.org)
require 'mina/slack'

set :slack_url, https://hooks.slack.com/services/T02sa3N7ME/B04FR9PMD/6oCdrLceT4IFPTgnuFTkSUwp' 
set :slack_room, '#service' 

after deploy

<----- Invoke after mina tasks
<----- Unable to create Slack Announcement, no slack details provided

What i do wrong?

I got the same problem. Did anyone figure this out? Due to a mina update perhaps?