AWS CodePipeline Operations: Difference between revisions
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
=Simple GitHub - Simulated Shell Build - Simulated Deployment Pipeline= | =Simple GitHub - Simulated Shell Build - Simulated Deployment Pipeline= | ||
==Prerequisites== | |||
The example requires a GitHub repository to be available. We'll use https://github.com/ovidiuf/aws-pipeline-source-example. | The example requires a GitHub repository to be available. We'll use https://github.com/ovidiuf/aws-pipeline-source-example. | ||
==Procedure== | |||
The CodePipeline pipeline, the delegate CodeBuild project, required service roles and the S3 bucket to keep the artifacts produced by the pipeline will be created as part of one CodeFormation stack: | |||
<syntaxhighlight lang='yaml'> | |||
</syntaxhighlight> |
Revision as of 05:07, 15 March 2019
External
Internal
Overview
Simple GitHub - Simulated Shell Build - Simulated Deployment Pipeline
Prerequisites
The example requires a GitHub repository to be available. We'll use https://github.com/ovidiuf/aws-pipeline-source-example.
Procedure
The CodePipeline pipeline, the delegate CodeBuild project, required service roles and the S3 bucket to keep the artifacts produced by the pipeline will be created as part of one CodeFormation stack: