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