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



63
64
65
66
67
# File 'lib/shipitron/server/deploy_application.rb', line 63

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