Search code examples
ftpsftpphpstorm

PhpStorm working with multiple servers


I'm working on a project which is running on multiple servers with the same files on every server. I use PhpStorm and would like to upload the files on each of the servers like I now do for every single one.

Does anybody know if this is possible?


Solution

  • You can create Server group and move all your server items to the server group. Then with uploading to server group your file(s) will be uploaded to all server items on that group.

    I have PhpStorm 2018.3.2 on MacOS and it has such a nice feature. Hope I can help you.

    enter image description here