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



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

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