diff --git a/content/microservices/frontend/tabs/copilot.md b/content/microservices/frontend/tabs/copilot.md index b64a890..5d3cb4e 100644 --- a/content/microservices/frontend/tabs/copilot.md +++ b/content/microservices/frontend/tabs/copilot.md @@ -281,8 +281,10 @@ copilot pipeline init Once again, you will be prompted with a series of questions. Answer the questions with the following answers: -- Which environment would you like to add to your pipeline? Answer: Choose "test" - Which repository would you like to use for your pipeline? Answer: Choose the repo url that matches the code commit repository. It will contain `git-codecommit.` +- What would you like to name this pipeline? Answer: Press `Enter` to use the default name (i.e., `ecsdemo-frontend-main`) +- What type of continuous delivery pipeline is this? Answer: Choose "Workloads" +- Which environment would you like to add to your pipeline? Answer: Choose "test" The core pipeline files will be created in the ./copilot directory. Here is what the output should show: diff --git a/static/images/copilot-pipeline-init.png b/static/images/copilot-pipeline-init.png index 422b9bc..4830df5 100644 Binary files a/static/images/copilot-pipeline-init.png and b/static/images/copilot-pipeline-init.png differ diff --git a/static/images/copilot-pipeline-output.png b/static/images/copilot-pipeline-output.png index 3d8fb29..705fc73 100644 Binary files a/static/images/copilot-pipeline-output.png and b/static/images/copilot-pipeline-output.png differ diff --git a/static/images/copilot-pipeline-status.png b/static/images/copilot-pipeline-status.png index 79f8626..00aa486 100644 Binary files a/static/images/copilot-pipeline-status.png and b/static/images/copilot-pipeline-status.png differ