Skip to content

Instantly share code, notes, and snippets.

@squeedee
Created April 8, 2014 17:49
Show Gist options
  • Save squeedee/10162468 to your computer and use it in GitHub Desktop.
Save squeedee/10162468 to your computer and use it in GitHub Desktop.
Test the heck out of a buildpack deploy
for run in {1..10}; do cf delete -f rails_latest_web_app && cf push rails_latest_web_app --no-start && cf bind-service rails_latest_web_app lilelephant && cf push rails_latest_web_app -c 'bundle exec rake db:migrate && bundle exec rails s -p $PORT' -b https://github.com/squeedee/heroku-buildpack-ruby.git; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment