From ba7f0582ebf7dda42792d2333553452eeb4c7b9e Mon Sep 17 00:00:00 2001 From: Phil Atkinson Date: Mon, 16 Aug 2021 16:59:48 +0100 Subject: [PATCH] feat: ecs build example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34335f7..912b7f0 100644 --- a/README.md +++ b/README.md @@ -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.