Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpStorm working with multiple servers

Tags:

phpstorm

sftp

ftp

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?

like image 268
baao Avatar asked Oct 05 '14 19:10

baao


1 Answers

Currently it's not possible -- you can only have one (or none) deployment entry that can be set as Default for this project .. and automatic deployment works with default one only.

Same thing with manual -- only one at a time, unfortunately.

  • https://youtrack.jetbrains.com/issue/WI-5134
  • https://youtrack.jetbrains.com/issue/WI-909
  • https://youtrack.jetbrains.com/issue/WI-5744

Star/vote/comment desired tickets to get notified on progress (as it stands right now, there is no movement in this direction).

like image 56
LazyOne Avatar answered Sep 24 '22 02:09

LazyOne