Capistrano3::Idobata

Send notification of a deployment to Idobata

Installation

# Gemfile
gem 'capistrano3-idobata', git: '[email protected]:spice-life/capistrano3-idobata.git'

# Capfile
require 'capistrano3/idobata'

# config/deploy.rb
set :idobata_hook_url, 'https://idobata.io/hook/generic/XXXXX'
set :repository_url, "https://github.com/spice-life/capistrano3-idobata"

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