No commit activity in last 3 years
No release in over 3 years
Posts messages in hall channels after capistrano deployes
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

Capistrano Haller

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

Installation

Gemfile

  gem 'capistrano-haller', require: false

bundle install

deploy.rb

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

Test cap hall_notify:notify_hall_room

The hall_notify:notify_hall_room will run after deploy.

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