Updates to testing
Posted: Fri Mar 21, 2014 3:10 pm
Wondering how you guys handle deploys/updates to testing servers. Trying to keep the setup fairly simple with each project residing under /vhost/projectname. The whole team has write access to /vhost, so anyone can create the directory and perform the initial git clone. From there, however, things get annoying. Despite the project directory being 775 user:team, Git is constantly 'locking' files to a certain user. I can remote update, but get permission errors when trying to rebase. Or I can rebase and someone else can't. It's getting to be quite annoying. How do you all approach this?