From f810e4f16cf9d5c07013a30e71ef36a48e411a42 Mon Sep 17 00:00:00 2001 From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com> Date: Thu, 17 Dec 2020 13:01:07 -0800 Subject: [PATCH] Update content/actions/guides/deploying-to-amazon-elastic-container-service.md Co-authored-by: Steve Winton --- .../guides/deploying-to-amazon-elastic-container-service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/actions/guides/deploying-to-amazon-elastic-container-service.md b/content/actions/guides/deploying-to-amazon-elastic-container-service.md index 7af3367b8f..dde155426c 100644 --- a/content/actions/guides/deploying-to-amazon-elastic-container-service.md +++ b/content/actions/guides/deploying-to-amazon-elastic-container-service.md @@ -30,9 +30,9 @@ Before creating your {% data variables.product.prodname_actions %} workflow, you --region MY_AWS_REGION ```{% endraw %} - Ensure that you use the same Amazon ECR repository name for the `ECR_REPOSITORY` variable in the workflow below. + Ensure that you use the same Amazon ECR repository name (represented here by `MY_ECR_REPOSITORY`) for the `ECR_REPOSITORY` variable in the workflow below. - Ensure that you use the same AWS region value for the `AWS_REGION` variable in the workflow below. + Ensure that you use the same AWS region value for the `AWS_REGION` (represented here by `MY_AWS_REGION`) variable in the workflow below. 2. Create an Amazon ECS task definition, cluster, and service.