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



69
70
71
72
73
# File 'lib/shipitron/server/deploy_application.rb', line 69

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