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

  1. Fork it ( https://github.com/spice-life/capistrano3-idobata/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request