Method: Deploy::Output#announce

Defined in:
lib/deploy/output.rb

#announce(attachments) ⇒ Object



4
5
6
7
# File 'lib/deploy/output.rb', line 4

def announce(attachments)
  shout("#{attachments[:title]} - #{attachments[:text]}")
  notifier('', attachments)
end