Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy chapter - heroku create #12

Closed
allanw opened this issue Jul 3, 2014 · 1 comment
Closed

Deploy chapter - heroku create #12

allanw opened this issue Jul 3, 2014 · 1 comment
Assignees

Comments

@allanw
Copy link

allanw commented Jul 3, 2014

In the deploy chapter, we're using the command:

$ heroku create

This is fine, but it could be worth pointing out that it's possible to do:

$ heroku create {NAME}

where {NAME} is replaced with the desired app name (rather than using a default one generated by Heroku).

@olasitarska
Copy link
Member

That's a good point, Heroku auto-generated names are bad. I'll change that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants