Deploying a git branch together with its submodule from Github to Heroku -
i in reference heroku's deployment github feature allows deploy github branch heroku. see: https://devcenter.heroku.com/articles/github-integration
i know if can deploy github project includes git submodule?
if necessary steps other running submodule command below on project?
git submodule add git://github.com/whomsoever/whatever.git
it seems have found answer question , unfortunately not seem possible achieve want i.e. deploy github repo uses submodules...
to quote official heroku documentation (https://devcenter.heroku.com/articles/github-integration#git-submodules):
github repos use submodules not deploy correctly on heroku. because github not include submodule contents when repo-content tarballs generated.
Comments
Post a Comment