Capistrano Syslog
capistrano plugin to log revison by syslog
Installation
Add this line to your application's Gemfile:
gem 'capistrano-syslog'And then execute:
$ bundleOr install it yourself as:
$ gem install capistrano-syslogUsage
Capfile:
require 'capistrano/syslog'Contributing
- Fork it ( http://github.com/hiboma/capistrano-syslog-releases/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Authors
License
The MIT License (MIT)