1
0
mirror of synced 2025-12-30 03:01:36 -05:00

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

Co-authored-by: Steve Winton <swinton@github.com>
This commit is contained in:
Leona B. Campbell
2020-12-17 13:01:07 -08:00
committed by GitHub
parent 1772d741f1
commit f810e4f16c

View File

@@ -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.