Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for custom ssh keys #39

Open
dignifiedquire opened this issue Jan 21, 2019 · 2 comments
Open

Add support for custom ssh keys #39

dignifiedquire opened this issue Jan 21, 2019 · 2 comments

Comments

@dignifiedquire
Copy link

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.

@emk
Copy link
Owner

emk commented Feb 12, 2019

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!

@emk
Copy link
Owner

emk commented Jan 26, 2020

This is almost ready to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants