I have a python heroku app with 2 dynos (one web and one worker).
Since the last couple of hours I can't seem to deploy
When trying to deploy ("git push heroku master") I get the following error
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
This used to work fine until today.
I also checked for the following and they seem to be correct:
- My public key is defined under my account
- My app is responding (e.g. not idle)
- The repository url is correctly configured in the git config file
What else could have changed?