Merge branch 'main' into introduce-git-gateway
* main: No longer used Fix env validation Fix tests Fix test Extract Kamal::EnvFile
This commit is contained in:
@@ -206,7 +206,7 @@ class Kamal::Configuration
|
||||
|
||||
# Will raise KeyError if any secret ENVs are missing
|
||||
def ensure_env_available
|
||||
roles.each(&:env_file)
|
||||
roles.collect(&:env_file).each(&:to_s)
|
||||
|
||||
true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user