Deploying a local folder to multiple locations Follow
I have a site that is broken into 3 parts, a shared component, 1 complete site, and 1 module designed to plug into a different site.
The problem is, when trying to use auto deployment to aid developing, it complains about the shared component because I'm trying to copy it to 2 different locations.
Is there anyway to configure PhpStorm to deploy the shared folder to 2 different locations on the remote host?
Please sign in to leave a comment.
Hello Chris,
Thanks for your feedback,
How does it complain exactly?
Currently it is not supported out the box.
You can use the following workaround: add the same host two times and set up deployment mappings to the remote locations you need. Then use 'Upload to' action to choose which "alias" to upload to. Still automatic upload will be using default server only.
Please file a feature request at http://youtrack.jetbrains.net so you can track progress and other users can vote/add their comments.
Regards,
Kirill
Corrsponding feature request: http://youtrack.jetbrains.net/issue/WI-909