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
- 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