Merge pull request #988 from igor-alexandrov/kamal-proxy-remove-no-target

Fixed kamal-proxy remove command
This commit is contained in:
Donal McBreen
2024-09-30 04:18:12 -04:00
committed by GitHub
6 changed files with 13 additions and 11 deletions

View File

@@ -51,10 +51,6 @@ class Kamal::Configuration::Proxy
optionize ({ target: "#{target}:#{app_port}" }).merge(deploy_options)
end
def remove_command_args(target:)
optionize({ target: "#{target}:#{app_port}" })
end
def merge(other)
self.class.new config: config, proxy_config: proxy_config.deep_merge(other.proxy_config)
end