Class: OpsworksRollingDeploy::Commands::DeployCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/opsworks_rolling_deploy/commands/deploy_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



21
22
23
24
25
# File 'lib/opsworks_rolling_deploy/commands/deploy_command.rb', line 21

def execute
  OpsworksRollingDeploy.set_verbose(verbose?)
  OpsworksRollingDeploy.set_auth_default(aws_id, aws_secret) if aws_id
  Services::DeployService.new.deploy(stack, layer, app, command, JSON.parse(command_args), pretend?, exclude_list)
end