Skip to content

Instantly share code, notes, and snippets.

@tjhanley
Created September 20, 2011 05:03
Show Gist options
  • Save tjhanley/1228370 to your computer and use it in GitHub Desktop.
Save tjhanley/1228370 to your computer and use it in GitHub Desktop.
Jenkins Rails RVM deployment setup
#!/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