class EY::Serverside::CLI::Workflows::DeployingApplications

DeployingApplications is a Workflow that deploys the application specified by the incoming options

Private Instance Methods

procedure() click to toggle source
# File lib/engineyard-serverside/cli/workflows/deploying_applications.rb, line 15
def procedure
  propagate_serverside

  deployer.deploy
end
task_name() click to toggle source
# File lib/engineyard-serverside/cli/workflows/deploying_applications.rb, line 21
def task_name
  'deploy'
end