Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 260 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 260 Bytes

Heroku Buildpack with libDPS

The buildpack installs private SSH key and then clones private repository with libDPS binaries.

Set Base64 encoded SSH key to Heroku environment by:

heroku config:set SSH_KEY=$(cat path/to/private/key/id_rsa | base64)