Best practices for managing deployment of code from dev to production servers?
- by crosenblum
I am hoping to find an easy tool or method, that allow's managing our code deployment.
Here are the features I hope this solution has:
Either web-based or batch file, that given a list of files, will communicate to our production server, to backup those files in different folders, and zip them and put them in a backup code folder.
Then it…