Use = in kamal-proxy deploy command args
`=` is required for boolean values and works for all values.
This commit is contained in:
@@ -36,7 +36,6 @@ class ConfigurationProxyTest < ActiveSupport::TestCase
|
||||
test "ssl false" do
|
||||
@deploy[:proxy] = { "ssl" => false }
|
||||
assert_not config.proxy.ssl?
|
||||
assert_not config.proxy.deploy_options.has_key?(:tls)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user