I need to export my deployment settings from a project to another one.
How can I do this?
I tried to export all the settings [File -> Export Settings...]
and import them into the new project but I have no configuration available in the Deployment server list.
Copy both .idea/deployment.xml
and .idea/webServers.xml
from the first project to the second one. Watch out, because that will overwrite the second project's settings.