Capistrano::Idobata
Capistrano 3 integration with Idobata
Installation
# Gemfile
gem 'capistrano-idobata'
# Capfile
require 'capistrano/idobata'
# deploy.rb
set :idobata_hook_url, 'https://idobata.io/hook/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX'
Support
- Ruby 2.0 or higher
- Capistrano 3 or higher
Contributing
- Fork it ( http://github.com/takkanm/capistrano-idobata/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