Class: Shipitron::Server::DeployApplication

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

Instance Method Summary collapse

Methods included from ConsulLock

#with_lock

Instance Method Details

#callObject



65
66
67
68
69
# File 'lib/shipitron/server/deploy_application.rb', line 65

def call
  Logger.info "==> Deploying #{application} (server-side)"
  super
  Logger.info "==> Done"
end