I am trying to deploy a Django app to Heroku but I get this strange error when i run the following command.
Any idea why this happens? I've googled it but I found nothing that would help.
root@ubuntu:~/Desktop/djangos/jobs# git push heroku master Warning: Permanently added the RSA host key for IP address '50.19.85.154' to the list of known hosts. Permission denied (publickey). fatal: The remote end hung up unexpectedly Thanks in advance for any hints/help!