Skip to content

Instantly share code, notes, and snippets.

@HusseinMorsy
Created February 25, 2010 10:07
Show Gist options
  • Save HusseinMorsy/314429 to your computer and use it in GitHub Desktop.
Save HusseinMorsy/314429 to your computer and use it in GitHub Desktop.
after 'deploy:update_code', 'deploy:bundle_install'
namespace :deploy do
task :bundle_install do
run("cd #{release_path} && bundle install")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment