Remote Debugging and deployment of a Project Built Locally

Posted by Abhishek Gupta on Server Fault See other posts from Server Fault or by Abhishek Gupta
Published on 2014-05-28T15:10:41Z Indexed on 2014/05/28 15:30 UTC
Read the original article Hit count: 150

Filed under:
|

We work on our projects locally, and deploy them on remote servers for testing. This is currently done via git commits/push/pulls. But the problem here is that most of the commit contain errors and/or break the code in significant manner due to the lack of testing.

Is there a way we can deploy the code on the remote server without using git commits, or some sort of temporary commits or patch or any other mechanism? And only commit, whenever it is important.

© Server Fault or respective owner

Related posts about git

Related posts about deployment