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

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

This commit is contained in:
Leona B. Campbell
2020-12-17 13:14:34 -08:00
committed by GitHub
parent b68c1eed87
commit 8162972df1

View File

@@ -64,7 +64,7 @@ Once you've completed the prerequisites, you can proceed with creating the workf
The following example workflow demonstrates how to build a container image and push it to Amazon ECR. It then updates the task definition with the new image ID, and deploys the task definition to Amazon ECS.
Ensure that you provide your own values for all the variables in the `env:` key of the workflow.
Ensure that you provide your own values for all the variables in the `env` key of the workflow.
{% raw %}
```yaml{:copy}