diff --git a/samples/ecs/README.md b/samples/ecs/README.md index 3d8b424..6490644 100644 --- a/samples/ecs/README.md +++ b/samples/ecs/README.md @@ -14,7 +14,7 @@ This repo is a demonstration of Continuous Delivery of a static website to ECS v 1. From Outputs, click on the **PipelineUrl** output. The Source action will be in a failed state. 1. From the CodePipeline Source action, click on the CodeCommit provider and copy the **git clone** statement provided by CodeCommit 1. Paste the command in your Terminal -1. From [this](../ecs) folder, copy the **html** folder to your locally cloned Git repo +1. From [this](../ecs) folder, copy the **Dockerfile** as well as **src** and **templates** folders to your locally cloned Git repo 1. From your Terminal, type `git add .` 1. From your Terminal, type `git commit -am "add new files"` 1. From your Terminal, type `git push`