Quick question and maybe someone can offer some insight as to the best way to do this.
We are using Github for our development and working in such a way that the master branch is a mirror of what is on our development server. Once the dev server gets approved, we copy it onto production.
I was wondering, is there a way to make my server environment synched with the Github master and run so that if we do a master merge it will automatically be what is running on our development server? Is this possible without running git on the development server?
If not, what are other solutions that people have found to keep from having to copy files all over the place?
Thanks!