From 8162972df13fddbb83ec69428624f055ecaccfb6 Mon Sep 17 00:00:00 2001 From: "Leona B. Campbell" <3880403+runleonarun@users.noreply.github.com> Date: Thu, 17 Dec 2020 13:14:34 -0800 Subject: [PATCH] Update content/actions/guides/deploying-to-amazon-elastic-container-service.md --- .../guides/deploying-to-amazon-elastic-container-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 64f0faf946..59b5b7bae2 100644 --- a/content/actions/guides/deploying-to-amazon-elastic-container-service.md +++ b/content/actions/guides/deploying-to-amazon-elastic-container-service.md @@ -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}