Rails deployer
Contains common rake tasks for being able to deploy to heroku or bring's own systems
Installation
Add this line to your application's Gemfile:
gem 'rails_deployer', git: '[email protected]:bring/kp-rails-deployer.git'
And then execute:
$ bundle
Clone this gem
git clone git@github.com:bring/kp-rails-deployer.git
Usage examples
rake qa:deploy
rake qa:deploy branch=topic_branch
rake production:deploy
rake production:deploy branch=topic_branch