File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ $ foreman open
49
49
Basic setup:
50
50
51
51
``` bash
52
- $ export DEPLOY= $USER
53
- $ heroku create gobyexample- $DEPLOY -r $DEPLOY
54
- $ heroku config:add -r $DEPLOY \
55
- CANONICAL_HOST=gobyexample- $DEPLOY .herokuapp.com -r $DEPLOY \
52
+ $ export APP=gobyexample- $USER
53
+ $ heroku create $APP
54
+ $ heroku config:add -a $APP
55
+ CANONICAL_HOST=$APP .herokuapp.com \
56
56
FORCE_HTTPS=1 \
57
57
AUTH=go:byexample
58
- $ heroku labs:enable dot-profile-d -r $REMOTE
59
- $ heroku push -r gobyexample- $DEPLOY -b https://github.com/mmcgrana/buildpack-go.git
60
- $ heroku open -r $DEPLOY
58
+ $ heroku labs:enable dot-profile-d -a $APP
59
+ $ heroku push -r $APP -b https://github.com/mmcgrana/buildpack-go.git
60
+ $ heroku open -a $APP
61
61
```
62
62
63
63
Add a domain + SSL:
You can’t perform that action at this time.
0 commit comments