From 46a3c9c8fb0f9dd977b53d75bb25b7ced69582ee Mon Sep 17 00:00:00 2001 From: Michael Golubev Date: Sat, 26 Aug 2017 14:38:59 +0200 Subject: [PATCH] IDEA-174209 - Support custom dockerfile names - Docker deployment sources now singletons, - both source and config now needed to specify deployment --- .../deployment/DeploymentConfigurator.java | 27 +++++++++++++++++-- .../DeployToServerRunConfiguration.java | 8 ++++-- 2 files changed, 31 insertions(+), 4 deletions(-) diff --git a/platform/remote-servers/api/src/com/intellij/remoteServer/configuration/deployment/DeploymentConfigurator.java b/platform/remote-servers/api/src/com/intellij/remoteServer/configuration/deployment/DeploymentConfigurator.java index f3242efbe020..d9a899ac4849 100644 --- a/platform/remote-servers/api/src/com/intellij/remoteServer/configuration/deployment/DeploymentConfigurator.java +++ b/platform/remote-servers/api/src/com/intellij/remoteServer/configuration/deployment/DeploymentConfigurator.java @@ -40,7 +40,19 @@ public abstract class DeploymentConfigurator