Class: Shipitron::Client::DeployApplication

Inherits:
Object
  • Object
show all
Includes:
Interactor::Organizer, Metaractor
Defined in:
lib/shipitron/client/deploy_application.rb

Instance Method Summary collapse

Instance Method Details

#callObject



22
23
24
25
26
# File 'lib/shipitron/client/deploy_application.rb', line 22

def call
  Logger.info "==> Deploying #{application}"
  super
  Logger.info "==> Done"
end