Manage Ruby application deployments to Heroku
Clone this project to your working directory (example: presuming your working directory is ~/work)
$ cd ~/work
$ git clone [email protected]:hedgeyedev/heroku_deploy.git
$ cd ~/work/<your application project root>
$ ../heroku_deploy/deploy_staging <your Heroku staging remote name>
Example
$ ../deploy_staging hedgeye-stv
$ ../heroku_deploy/deploy_production <your Heroku staging remote name>
- 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