Class: KamalUi::DeployController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/kamal_ui/deploy_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



3
4
5
6
7
8
# File 'app/controllers/kamal_ui/deploy_controller.rb', line 3

def show
  @deploy_config = YAML.load_file("config/deploy.yml")
rescue StandardError => e
  # Handle errors, e.g., file not found, YAML parsing errors
  @error = e.message
end