Recently I've read some notes and tutorials digital ocean of how to set up automatic deployment with Git. The problem is that all solutions were about 2 servers - test and live, and server for test had to have repository within itself.
In my case - I have 3 servers:
- server with all repositories [Debian 6.0.8] (using Gitosis)
- development/test server [ubuntu 14.04] where my team makes changes
- live/prod server [ubuntu 14.04]
Is it possible to configure auto deployment in this case?
I was wondering about mounting my production server to repository server or make another connection between them somehow.
Maybe there is some better way to do it?