Created
September 20, 2011 05:03
-
-
Save tjhanley/1228370 to your computer and use it in GitHub Desktop.
Jenkins Rails RVM deployment setup
This file contains 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
#!/bin/bash -x | |
source ~/.bash_profile | |
rvm use ree@appgemset | |
bundle install | |
bundle exec rake db:migrate | |
bundle exec rake spec | |
cap deploy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment