Created
March 22, 2013 21:35
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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