Skip to content

Instantly share code, notes, and snippets.

@vortizhe
Created August 16, 2012 13:10
Show Gist options
  • Save vortizhe/3370006 to your computer and use it in GitHub Desktop.
Save vortizhe/3370006 to your computer and use it in GitHub Desktop.
Unicorn Fix - Update gemfile after deploy
before_exec do |server|
ENV["BUNDLE_GEMFILE"] = "/var/www/proyectname/current/Gemfile"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment