We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d02dc commit 2806e3dCopy full SHA for 2806e3d
.gitignore
@@ -1 +1 @@
1
-site
+.anvil
README.md
@@ -52,11 +52,11 @@ Basic setup:
52
$ export DEPLOY=$USER
53
$ heroku create gobyexample-$DEPLOY -r $DEPLOY
54
$ heroku config:add -r $DEPLOY \
55
- BUILDPACK_URL=https://github.com/mmcgrana/heroku-buildpack-go.git -r $DEPLOY \
56
CANONICAL_HOST=gobyexample-$DEPLOY.herokuapp.com -r $DEPLOY \
57
FORCE_HTTPS=1 \
58
AUTH=go:byexample
59
-$ 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
60
$ heroku open -r $DEPLOY
61
```
62
0 commit comments