Class: Shipitron::Server::UpdateEcsTaskDefinitions

Inherits:
Object
  • Object
show all
Includes:
Interactor::Organizer, Metaractor
Defined in:
lib/shipitron/server/update_ecs_task_definitions.rb

Instance Method Summary collapse

Instance Method Details

#callObject



31
32
33
34
35
# File 'lib/shipitron/server/update_ecs_task_definitions.rb', line 31

def call
  Logger.info "Updating ECS task definitions [#{ecs_task_defs.map(&:name).join(', ')}] with image #{docker_image}"
  super
  Logger.info 'Done'
end