Skip to content

Instantly share code, notes, and snippets.

@dpickett
Created December 1, 2011 20:13
Show Gist options
  • Save dpickett/1419505 to your computer and use it in GitHub Desktop.
Save dpickett/1419505 to your computer and use it in GitHub Desktop.
namespace :deploy do
task :run do
`export RELEASE='true'`
`bundle`
`git add Gemfile Gemfile.lock`
`git commit -m 'kong setup for deploy'`
`git push heroku master`
`export RELEASE=''`
`bundle`
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment