MoodeAutoDeployKit

Installation

Add this line to your application's Gemfile:

gem 'moode_auto_deploy_kit'

And then execute:

$ bundle

Or install it yourself as:

$ gem install moode_auto_deploy_kit

Usage

Add deploy scripts to current project:

$ deploy_kit configure

After fill in the configuration, you can create a new jenkin job:

$ deploy_kit new_job

create a new domain:

$ deploy_kit new_domain

Contributing

  1. Fork it
  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 new Pull Request