Add test adapter and interpolate secrets in integration tests
This commit is contained in:
@@ -20,7 +20,7 @@ class Kamal::Cli::Secrets < Kamal::Cli::Base
|
||||
|
||||
raise "Could not find secret #{name}" if value.nil?
|
||||
|
||||
puts JSON.parse(secrets).fetch(name)
|
||||
puts value
|
||||
rescue => e
|
||||
handle_error(e)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user