You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Interesting! I would definitely be interested in a PR adding this feature, particularly if it had a link to existing Heroku build pack documentation, or to other major build packs including this step. Thank you for suggesting this!
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.
The text was updated successfully, but these errors were encountered: