Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for incorrect list of files to add to ECS codecommit repo #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Directory to copy is called "src", and should mention Dockerfile
rosskarchner committed Sep 27, 2018
commit dc9249a7c6f7ab3a1bd63527bc9a114f6f9800e3
2 changes: 1 addition & 1 deletion samples/ecs/README.md
Original file line number Diff line number Diff line change
@@ -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** and **src** folder 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`