Supports Passing SSH Args to Build Options

This commit is contained in:
Krzysztof Adamski
2023-09-06 15:37:22 +02:00
parent aea55480ad
commit 1c2a45817a
4 changed files with 28 additions and 2 deletions

View File

@@ -81,6 +81,10 @@ class Kamal::Configuration::Builder
end
end
def ssh
@options["ssh"]
end
private
def valid?
if @options["cache"] && @options["cache"]["type"]