Sha256: f2fdac16673c3c0074ac7c41d126f0b984fdfad54ef7b11bd7a407a99b82fa25

Contents?: true

Size: 877 Bytes

Versions: 1

Compression:

Stored size: 877 Bytes

Contents

# Capistrano Haller

Notifies team members by posting to your hall channel when you deploy your code.

### Installation

Gemfile
``` ruby
  gem 'capistrano-haller', require: false
```

`bundle install`

deploy.rb
``` ruby
  require 'capistrano/haller'
  set :hall_room_key, 'xxx'
  set :hall_message, "Branch #{branch} was deployed to #{rails_env}."
```

Test
`cap hall_notify:notify_hall_room`

The `hall_notify:notify_hall_room` will run after `deploy`.

##### Warning
master is not stable!

### Contributing and Support

Please use GH issues for bug reports and feature requests.

To contribute, fork and submit a pull request.

### Compatability

This plugin is intended for Capistrano version 2.x, and is meant to run in rails deploy scripts.  However, it should work in capistrano script that sets the `branch` and `rails_env` variables.

### License

MIT

See `LICENSE`

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-haller-0.0.4 README.md