Skip to content

Instantly share code, notes, and snippets.

@OksanaH
Last active May 23, 2021 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OksanaH/607dc72094c0169aa3985371ac4917f5 to your computer and use it in GitHub Desktop.
Save OksanaH/607dc72094c0169aa3985371ac4917f5 to your computer and use it in GitHub Desktop.
CdkPipelinesPipelineStack.cs
var deploy = new AppPipelineStage(this, "Deploy", new Amazon.CDK.StageProps
{
Env = new Amazon.CDK.Environment
{
Account = "XXXXXXXXXXXX",
Region = "eu-west-1"
}
});
var stage = pipeline.AddApplicationStage(deploy);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment