Test and Production Server
Posted
by Mike Silvis
on Server Fault
See other posts from Server Fault
or by Mike Silvis
Published on 2010-06-09T19:33:38Z
Indexed on
2010/06/09
19:42 UTC
Read the original article
Hit count: 189
git
|git-repository
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
© Server Fault or respective owner