class EY::Serverside::CLI::Workflows::DisablingMaintenance

DisablingMaintenance is a Workflow that removes the maintenance page for the application specified in the options

Private Instance Methods

procedure() click to toggle source
# File lib/engineyard-serverside/cli/workflows/disabling_maintenance.rb, line 16
def procedure
  propagate_serverside

  maintenance.manually_disable
end
task_name() click to toggle source
# File lib/engineyard-serverside/cli/workflows/disabling_maintenance.rb, line 22
def task_name
  'disable_maintenance'
end