I have the following Setup, where Production is running on Windows Server 2003/2008. Master (LAMP lan server) and Production (WAMP remote server) can communicate via a secure VPN-connection.
http://i.stack.imgur.com/CgD4a.png
After a Local Repo pushes to the Master Branch, the Master Repo should push to Production or Production should be triggered to update from Master Repo (bare repo, gold branch or how you like to call it).
Do I need to setup a pushable remote repo on Production, to which the master repo pushes via a post push hook, after some criterias are hit?
additional information
- need to use update - a full clone/export for every release is not possible due to the size of the repo
- no ruby means no capistrano
- phpundercontrol also just clones/export/copys the whole project via (s)ftp which isn't a option for me with a X GB repo
- the whole workflow looks pretty simlilar to nvies git branching model (cannot post url, thx spam protection...)
- Git Push into Production (FTP) could be nasty solution...