Skip to content

Commit

Permalink
feat: ecs build example
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Atkinson committed Aug 16, 2021
1 parent 86079d0 commit ba7f058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CodePipeline

## Example
Just a quick example of how to use a codepipeline/codebuild CI/CD setup for a docker app.
Just a quick example of how to use AWS codepipeline/codebuild CI/CD setup for a dockerised application.

## Setup
This setup uses a multi stage dockerfile and a buildspec.yaml in the root.
This setup uses a multi stage dockerfile and a buildspec.yaml in the root folder.

## Configuration
The IAM policies for the service and build roles can be auto generated but the codebuild policy needs amendments to allow a connection to the ECR.
Expand Down

0 comments on commit ba7f058

Please sign in to comment.