Fix env validation
This commit is contained in:
@@ -199,7 +199,7 @@ class Kamal::Configuration
|
|||||||
|
|
||||||
# Will raise KeyError if any secret ENVs are missing
|
# Will raise KeyError if any secret ENVs are missing
|
||||||
def ensure_env_available
|
def ensure_env_available
|
||||||
roles.each(&:env_file)
|
roles.collect(&:env_file).each(&:to_s)
|
||||||
|
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user