Skip to content

Instantly share code, notes, and snippets.

@andreidiaconu90
Last active September 11, 2020 05:06
Show Gist options
  • Save andreidiaconu90/c52a608911ca0c90733b3dd88d0793e0 to your computer and use it in GitHub Desktop.
Save andreidiaconu90/c52a608911ca0c90733b3dd88d0793e0 to your computer and use it in GitHub Desktop.
codepipeline-high-level-definition
MyCodePipeline:
Type: AWS::CodePipeline::Pipeline
Properties:
ArtifactStore:
Type: S3
Location: !Ref MyDeployBucket
RoleArn: !GetAtt
- MyCodePipelineServiceRole
- Arn
Stages:
- Name: Source[...]
- Name: Staging[...]
- Name: Promote[...]
- Name: Production[...]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment