another try

This commit is contained in:
Mark McGranaghan 2012-11-18 09:43:37 -08:00
parent e3d02dc00d
commit 2806e3d23c
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
site
.anvil

View File

@ -52,11 +52,11 @@ Basic setup:
$ export DEPLOY=$USER
$ heroku create gobyexample-$DEPLOY -r $DEPLOY
$ heroku config:add -r $DEPLOY \
BUILDPACK_URL=https://github.com/mmcgrana/heroku-buildpack-go.git -r $DEPLOY \
CANONICAL_HOST=gobyexample-$DEPLOY.herokuapp.com -r $DEPLOY \
FORCE_HTTPS=1 \
AUTH=go:byexample
$ git push $DEPLOY master
$ heroku labs:enable dot-profile-d -r $REMOTE
$ heroku push -r gobyexample-$DEPLOY -b https://github.com/mmcgrana/buildpack-go.git
$ heroku open -r $DEPLOY
```