Class: Kamal::Cli::Doctor::ConfigChecks

Inherits:
Object
  • Object
show all
Defined in:
lib/kamal/cli/doctor/config_checks.rb

Overview

Checks that only read the configuration — no SSH, no network. They report problems that are visible in deploy.yml alone, so they still run when every host is unreachable.

Instance Method Summary collapse

Instance Method Details

#runObject



4
5
6
# File 'lib/kamal/cli/doctor/config_checks.rb', line 4

def run
  readiness_results
end