Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.28 KB

readme.md

File metadata and controls

31 lines (19 loc) · 1.28 KB

Heroku Buildpack: Custom SSH key

Use Custom SSH key buildpack if you need to, for example, download a dependency stored in a private repository.

Based on http://stackoverflow.com/a/29677091/3303182.

Usage

Add the deploy key to Heroku configuration

# OSX
$ Heroku config:set IPUNG_SSH_KEY=$(base64 --input nordplaner_ipung_deploy_key.rsa) --app fguplaner-backend-ci
$ Heroku config:set COSA_SSH_KEY=$(base64 --input nordplaner_cosa_deploy_key.rsa) --app fguplaner-backend-ci

  • Deploy your app and enjoy :)