Staging and Deployment

HazeyCoder

New Member
Hey everyone,

I'm starting to take on a lot of client work and I'm looking for a more scalable way of doing it.

My process as of right now is as follows:
1. Set up their staging site on mydomain.com/theirsubfolder (I then password protect the subdirectory)
2. Track all files with git and push all changes to a private github repo.
3. When finished, I copy the DB over to their hosting environment, and use git on their server to pull down all the files.

Is there a better way to do this? It doesn't seem very scalable to have 5 or 6 clients all with subdirectories on my site.
 
Top