Skip to content

Complete zero downtime deploys for Rails applications on Heroku

License

Notifications You must be signed in to change notification settings

imjayson/heroku-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heroku-deploy

It's better than git push

Introduction

TODO

I haven't written the introduction and proper usage stuff yet, sorry. I was roped into doing a presentation at Rails Meetup at the last minute, and I open sourced this thing quickly. So if you want to know more, poke @keithpitt on Twitter and Github!

Installation and Usage

You need the heroku-cli installed before you can use this plugin.

heroku plugins:install git://github.com/envato/heroku-deploy.git
heroku deploy

Because we don't do asset compliation on Heroku anymore, we can easily remove the asset group from being bundled, giving us a nice speed boost.

heroku config:add BUNDLE_WITHOUT="development:test:assets"

Development

git clone [email protected]:envato/heroku-deploy.git

mkdir -p ~/.heroku/plugins
cd ~/.heroku/plugins
ln -s ~/path/to/heroku-deploy heroku-deploy

This should allow you to test the plugin and use it locally.

Contributing

We encourage all community contributions. Keeping this in mind, please follow these general guidelines when contributing:

  • Fork the project
  • Create a topic branch for what you’re working on (git checkout -b awesome_feature)
  • Commit away, push that up (git push your_remote awesome_feature)
  • Create a new GitHub Issue with the commit, asking for review. Alternatively, send a pull request with details of what you added.

License

heroku-deploy is released under the MIT License (see the license file) and is copyright Envato & Keith Pitt, 2013.

About

Complete zero downtime deploys for Rails applications on Heroku

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published