Skip to content
 
 

Latest commit

 

History

138 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-git-deploy-keys

Heroku buildpack to let you add an SSH private key to an heroku app so it can access private GitHub repositories during bundle install

Installation

The key have to be stored in the application's env:

heroku config:set GITHUB_DEPLOY_KEY="-----BEGIN RSA PRIVATE KEY-----...."

Then you have to install this buildpack on your app: Instructions

Development / Testing

A great way to test is using Heroku's buildpack test runner. See https://github.com/heroku/heroku-buildpack-testrunner. To set up, run these commands:

heroku create --buildpack https://github.com/heroku/heroku-buildpack-testrunner
git push heroku master

About

Heroku buildpack to let you use git deploy keys with your private repositories

Resources

Code of conduct

Security policy

Stars

4 stars

Watchers

113 watching

Forks

Releases

Packages

Used by

Contributors

Languages