How to pull MULTIPLE private repos from GitHub when deploying Heroku app?

195 Views Asked by At

How can I deploy a Heroku app with multiple package.json dependencies that are private repositories?


This past answer of mine explains how to use a GitHub deploy key on a private repository to enable a Heroku app to pull it as a package.json dependency.

But, the same deploy key can't be used on more than one repository. And the Heroku buildpack used in the linked answer appears to only support a single deploy key.

0

There are 0 best solutions below