Project Sync via IDE

Configuring Webstorm IDE For Code Deployment on Remote Host

We are continuously looking to improve our developers' lives by discovering new techniques, which allow them to work in the most productive way. Today, we will be looking at a tool which allows developers to directly verify their changes on the server without worrying about version control terminologies like committing the code, pushing it to the git repository.

The Idea here is simple, We will configure Webstorm IDE such that whenever developers save the code in IDE, it will directly upload the updated code in the remote host working directory.

In Short, Webstorm will be continuously syncing local code with the code on remote host.

For this, we will be using SFTP functionality in Webstorm IDE, so lets get started.

Last updated