Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git push to azure websites with submodule

So far, I've been publishing a site to Windows Azure Websites via Git without any problems. But today we added a submodule to our project and Azure didn't seem to like working with submodules.

The build fails because my app depends of the submodule and Azure sees an empty folder instead of the submodule code.

Any ideas?

like image 966
faloi Avatar asked Aug 13 '12 18:08

faloi


1 Answers

Kudu is enabling using git sub-module now

like image 149
Ammaroff Avatar answered Oct 01 '22 07:10

Ammaroff