Skip to content

ChattyCrow/chattycrow_capistrano_notifications

Repository files navigation

ChattyCrow – Capistrano deploy notifications library

Installation

# Add to your gemfile
gem 'chattycrow_capistrano_notifications', '~> 1.0.0'
bundle install

Using

# 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 }
}

Contribution

  • Fork
  • Create new branch
  • Add your hacks or features
  • Create pull request

About

Capistrano notifications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages