I have a MediaTemple dv Server and a project versioned with Git I would like to deploy. The situation is the following:
- I develop the site on my local machine.
- I commit changes on my local git repo (repoA)
- I push changes to the online repository (repoB) via Tower (http://www.git-tower.com) (the repository is in a folder not accessible via http)
I would like to automatically mirror from the remote repository (repoB) to a public html folder located at /var/www/vhosts/hostname.com/foldername
How could I automate the process?