mchung/heroku-buildpack-wordpress

Add and deploy with private submodule

dovy opened this issue · 2 comments

dovy commented

How can I make this happen?

Heroku doesn't play well with private submodules, because the only way to authenticate them is to add the user and password in the submodule url, and that exposes your passwords to anyone looking at your repo. I suggest you to try git subtrees instead.

okko commented

Yes, use subtrees, they play nicely. See https://github.com/git/git/blob/master/contrib/subtree/git-subtree.txt for instructions.