currently I am thinking about a project, where I develope a little CMS. The customers get their own intallation on a server which is maintanaced by me.
But what about updating the customers installations? It's not difficult to make a git pull for each server (for example). But with higher numbers of customers it would be very annoying to do this manualy.
Is there a way to keep the customers installations updated automatically when I update the production version laying on a (deployment-) server?