Skip to content

Add support for custom ssh keys #39

Description

@dignifiedquire

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions