mina-deploy / mina

Blazing fast deployer and server automation tool
https://rubygems.org/gems/mina
Other
4.34k stars 491 forks source link

Print correct values in `debug_configuration_variables` task #706

Closed lovro-bikic closed 2 years ago

lovro-bikic commented 2 years ago

Fixes debug_configuration_variables task by using fetch to resolve the value instead of displaying the raw value from the hash. The previous approach had an issue where when you would override a variable from config/deploy.rb with an environment variable, the task would still display the value set in config/deploy.rb. This PR also introduces some minor aesthetic changes in the output.