We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
That's a good point, Heroku auto-generated names are bad. I'll change that!
Sorry, something went wrong.
17cdf7f
olasitarska
No branches or pull requests
In the deploy chapter, we're using the command:
This is fine, but it could be worth pointing out that it's possible to do:
where {NAME} is replaced with the desired app name (rather than using a default one generated by Heroku).
The text was updated successfully, but these errors were encountered: