module CopyTunerClient

def self.deploy

This is called when the copy_tuner:deploy rake task is invoked.
Issues a new deploy, marking all draft blurbs as published.
def self.deploy
  client.deploy
end