Skip to content

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

Notifications You must be signed in to change notification settings

Shopify/heroku-buildpack-git-deploy-keys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 90.0%
  • Shell 10.0%