Class: Shipitron::Server::DeployApplication
- Inherits:
-
Object
- Object
- Shipitron::Server::DeployApplication
- Includes:
- Interactor::Organizer, Metaractor, ConsulLock
- Defined in:
- lib/shipitron/server/deploy_application.rb
Instance Method Summary collapse
Methods included from ConsulLock
Instance Method Details
#call ⇒ Object
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 |