Skip to content

Instantly share code, notes, and snippets.

@braintreeps
Created March 22, 2013 21:35
Show Gist options
  • Save braintreeps/5224946 to your computer and use it in GitHub Desktop.
Save braintreeps/5224946 to your computer and use it in GitHub Desktop.
Modification to capistrano deploy.rb file to call the install_R_packages task after code checkout.
after("deploy:update_code") do
deploy.install_R_packages
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment