class OpsworksRollingDeploy::Commands::DeployCommand
Public Instance Methods
execute()
click to toggle source
# File lib/opsworks_rolling_deploy/commands/deploy_command.rb, line 22 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), custom_json, pretend?, exclude_list) end