When deploying to Heroku using:
git push heroku master
It will successfully find the public submodules but will not be able to clone the private ones. What is the best way to include private submodules?
When deploying to Heroku using:
git push heroku master
It will successfully find the public submodules but will not be able to clone the private ones. What is the best way to include private submodules?