Heroku CLI Adicionar controle remoto
heroku git:remote -a example-app
# set git remote heroku to https://git.heroku.com/example-app.git
# if the app already exists
heroku git:remote example-app
Talented Tiger