inviqa / inviqa-seed-default

Deprecated in favour of https://github.com/my127/workspace
2 stars 1 forks source link

Add cap / slack integration #19

Open mikesimons opened 9 years ago

mikesimons commented 9 years ago

See https://github.com/inviqa/brightstar-2020-redwood/pull/542/files as reference

jakzal commented 9 years ago

I've used capistrano-slack gem on holiday weather: https://github.com/j-mcnally/capistrano-slack

It's a matter of adding it to a gem file and adding simple configuration:

require 'capistrano/slack'

set :slack_token, "my-token"
set :slack_room, "#holiday-weather"
set :slack_subdomain, "inviqa"
set :slack_application, "holiday-weather"
set :slack_username, "HolidayWeatherBot"
set :slack_emoji, ":rocket:"
set :slack_deploy_defaults, true