another try
This commit is contained in:
parent
e3d02dc00d
commit
2806e3d23c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
site
|
||||
.anvil
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user