Capistrano3::Idobata
Send deployment notification to Idobata :rocket:
Installation
# Gemfile
gem 'capistrano3-idobata'
# Capfile
require 'capistrano3/idobata'
# config/deploy.rb
set :idobata_hook_url, 'https://idobata.io/hook/generic/XXXXX'
set :repository_url, 'https://github.com/XXXXX/XXXXX'
Adding any label to a notification
# config/deploy.rb
set :idobata_additional_label, 'NOOP'
Contributing
- Fork it ( https://github.com/spice-life/capistrano3-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 a new Pull Request