Skip to content

Commit 2806e3d

Browse files
committed
another try
1 parent e3d02dc commit 2806e3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
site
1+
.anvil

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ Basic setup:
5252
$ export DEPLOY=$USER
5353
$ heroku create gobyexample-$DEPLOY -r $DEPLOY
5454
$ heroku config:add -r $DEPLOY \
55-
BUILDPACK_URL=https://github.com/mmcgrana/heroku-buildpack-go.git -r $DEPLOY \
5655
CANONICAL_HOST=gobyexample-$DEPLOY.herokuapp.com -r $DEPLOY \
5756
FORCE_HTTPS=1 \
5857
AUTH=go:byexample
59-
$ git push $DEPLOY master
58+
$ heroku labs:enable dot-profile-d -r $REMOTE
59+
$ heroku push -r gobyexample-$DEPLOY -b https://github.com/mmcgrana/buildpack-go.git
6060
$ heroku open -r $DEPLOY
6161
```
6262

0 commit comments

Comments
 (0)