Class: Shipitron::Server::UpdateEcsTaskDefinitions
- Inherits:
-
Object
- Object
- Shipitron::Server::UpdateEcsTaskDefinitions
- Includes:
- Interactor::Organizer, Metaractor
- Defined in:
- lib/shipitron/server/update_ecs_task_definitions.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
32 33 34 35 36 |
# File 'lib/shipitron/server/update_ecs_task_definitions.rb', line 32 def call Logger.info "Updating ECS task definitions [#{ecs_task_defs.map(&:name).join(', ')}] with image #{docker_image}" super Logger.info 'Done' end |