Capihall

Capihall is a gem to send capistrano deployment notifications to Hall chatrooms. You can find your hall room's API url by visiting Hall's integration page

Kids in the Hall

Disclaimer: Neither Kids in the Hall or Broadway Video International have endorsed this gem.

Installation

Add this line to your application's Gemfile:

gem 'capihall'

And then execute:

$ bundle

Or install it yourself as:

$ gem install capihall

Usage

Add this to your config/deploy.rb file

require 'capihall/recipes'
set :capihall_room_url, "https://hall.com/YOUR_ROOM_URL"

# to override the change log command
set :capihall_log_command, "git log ...."

# to override the user
set :capihall_user, ENV['USER']

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request