Fixed kamal-proxy remove call

This commit is contained in:
Igor Alexandrov
2024-09-27 17:45:35 +04:00
parent 4a13803119
commit dadac999d7
4 changed files with 5 additions and 9 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