I have multiple websites, that use the same Codebase, but different database instances (containing the content) and probably some additional images that are different in a given folder.
I want to manage changes from one Git location such that when I update Git, I can push the code based to all websites at once without having to log in to 100+ FTP sites while ignoring the folder that differs in content.
How do I achieve this?