I am trying to deploy my app to Heroku however I rely on using some private git repos as modules. I do this for code reuse between projects, e.g. I have a custom logger I use in multiple apps.
"logger":"git+ssh://git@bitbucket.org..............#master"
The problem is Heroku obviously does not have ssh access to this code. I can't find anything on this problem. Ideally Heroku have a public key I can can just add to the modules.
heroku keys:add ~/.ssh/id_rsa.pub. Theoretically this should do the trick, butgit push heroku masterstill results in "Host key verification failed.". You asked this back in June, have you found the answer since? – lefnire Nov 9 '12 at 19:49