Skip to content

Commit 50715df

Browse files
committed
take advantage of normalization
1 parent 2806e3d commit 50715df

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ $ foreman open
4949
Basic setup:
5050

5151
```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 \
5656
FORCE_HTTPS=1 \
5757
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
6161
```
6262

6363
Add a domain + SSL:

0 commit comments

Comments
 (0)