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



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