# Add to your gemfile gem 'chattycrow_capistrano_notifications', '~> 1.0.0' bundle install
# Capfile require 'capistrano/chatty_crow/notifications'
# config/deploy.rb set :chattycrow_host, 'https://chattycrow.com/api/v1' # This is default, it's not required set :chattycrow_token, 'token' set :chattycrow_services, { jabber: { channel: 'channel#token', contacts: %w(abc def ghi) }, hipchat: { channel: 'channel#hipchat', color: :auto, notify: true } }
- Fork
- Create new branch
- Add your hacks or features
- Create pull request