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



25
26
27
28
29
# File 'lib/shipitron/client/deploy_application.rb', line 25

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