Hi guys/girls..
I need some advices for using git with EE, I’m finally moving some of my projects to git and I have some problems, figuring how to handle system above root and deployments to dev and production (deployments are handled by beanstalk)
Actually, production is not a problem (http://www.domain.com), as I already use there system above root, the problem is the dev environment that I plan to put on dev.domain.com, this ‘dev’ is actually a folder in domain.com structure, so I have different folder structure for dev and for production, I’m not sure how to handle that, beside buying another domain and setup the same folder structure as in production.
Or just get back system to website root and avoid the troubles? 😊
Can someone give me your basic setup for this?
thanx