CodeDeployAliases.

CreateDeployment(ICakeContext, string, string, DeploySettings) Method

Summary

Deploys an application revision through the specified deployment group.

Syntax

public static Task<bool> CreateDeployment(this ICakeContext context, string applicationName, string deploymentGroup, DeploySettings settings)

Attributes

Type Description
AsyncStateMachineAttribute
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The cake context.
applicationName string The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
deploymentGroup string The name of the deployment group.
settings DeploySettings The DeploySettings used during the request to AWS.

Return Value

Type Description
Task<bool>