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