I’ve try to use Heroku. I’ve a account which is name ‘work’.
$ heroku accounts
work
But when I want to create a new heroku app. I faced with,
$ heroku create my_app
No such account: ender
What’s that? How can I solve this problem? I can’t deploy my app to heroku because of this.
Have you set your account for this project?
will set the account for this project and then
heroku create myappwill use the work account for creation.