Due to how cargo uses ssh keys, it is required to run
eval $(ssh-agent -s)
ssh-add $HOME/.ssh/my_key
before executing the install step, if there are any keys present that need to be used. There are a couple of build packs for heroku that allow to setup the key, but adding those lines above to this buildpack are required to make it work as I found out.
Due to how cargo uses ssh keys, it is required to run
before executing the install step, if there are any keys present that need to be used. There are a couple of build packs for heroku that allow to setup the key, but adding those lines above to this buildpack are required to make it work as I found out.