I've been searching all around for a workflow that fit for us, but still I can't find a complete one. Hope you can help us, a simple team of two developers!
As far as I understand the best workflow is to push and pull all our changes to a common development server using git, and then have these changes uploaded to the deployment server.
There's many guides for this, and it's easy to solve if all the changes is made by us developers. Our problem, which I thought would be common, is that a lot of changes is happening on the deployment server as well. A common one is when an end-user is uploading new images in their CMS. Some end-users are even editing CSS-files through the CMS-interface. How do we get our development server and deployment server in sync? Git? Rsync? Combination?
/Martin