Skip to content

Commit f810e4f

Browse files
runleonarunSteve Winton
andauthored
Update content/actions/guides/deploying-to-amazon-elastic-container-service.md
Co-authored-by: Steve Winton <swinton@github.com>
1 parent 1772d74 commit f810e4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/actions/guides/deploying-to-amazon-elastic-container-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Before creating your {% data variables.product.prodname_actions %} workflow, you
3030
--region MY_AWS_REGION
3131
```{% endraw %}
3232
33-
Ensure that you use the same Amazon ECR repository name for the `ECR_REPOSITORY` variable in the workflow below.
33+
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.
3434
35-
Ensure that you use the same AWS region value for the `AWS_REGION` variable in the workflow below.
35+
Ensure that you use the same AWS region value for the `AWS_REGION` (represented here by `MY_AWS_REGION`) variable in the workflow below.
3636
3737
2. Create an Amazon ECS task definition, cluster, and service.
3838

0 commit comments

Comments
 (0)