Test and Production Server
- by Mike Silvis
I am using Git for a test and production server and I'm trying to figure out the best way to update the production server.
I have limited SSH access, and don't want to manually update my production server using FTP.
I essentially would like to just be able to run a simple command and have the whole production server files match my dev.
It is also important to note that users will be uploading images, and other files to our production server only, that we can not lose.
Thanks,any help is appreciated