Created
April 8, 2014 17:49
-
-
Save squeedee/10162468 to your computer and use it in GitHub Desktop.
Test the heck out of a buildpack deploy
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
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