From fae2b18dd7fefe48437da1f2f271378ed8c0a634 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Sun, 18 Nov 2012 16:02:00 -0800 Subject: [PATCH] revert due to anvil flakiness --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9a0e0f..378176f 100644 --- a/README.md +++ b/README.md @@ -49,14 +49,16 @@ $ foreman open Basic setup: ```bash +$ export DEPLOY=$USER $ export APP=gobyexample-$USER -$ heroku create $APP +$ heroku create $APP -r $DEPLOY $ heroku config:add -a $APP + BUILDPACK_URL=https://github.com/mmcgrana/buildpack-go.git CANONICAL_HOST=$APP.herokuapp.com \ FORCE_HTTPS=1 \ AUTH=go:byexample $ heroku labs:enable dot-profile-d -a $APP -$ heroku build -r $APP -b https://github.com/mmcgrana/buildpack-go.git +$ git push $DEPLOY master $ heroku open -a $APP ```