mchung / heroku-buildpack-wordpress

Heroku buildpack: Wordpress on Heroku
mchung.github.com/heroku-buildpack-wordpress/
388 stars 333 forks source link

Add and deploy with private submodule #48

Closed dovy closed 10 years ago

dovy commented 10 years ago

How can I make this happen?

luisherranz commented 10 years ago

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 10 years ago

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