Class: OpsworksRollingDeploy::Commands::DeployCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- OpsworksRollingDeploy::Commands::DeployCommand
- Defined in:
- lib/opsworks_rolling_deploy/commands/deploy_command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
22 23 24 25 26 |
# 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 |