SSH Git now turned off

Change effective on 15 March 2022

As of March 14th, SSH Git support for pushing code to Heroku has been disabled. This deprecation was previously announced.

To migrate to HTTP Git, reconfigure your git:remote with this CLI command:

$ heroku git:remote -a <app-name>

… and deploy your app using the commands described in the Dev Center.