Skip to content

Commit 8162972

Browse files
authored
Update content/actions/guides/deploying-to-amazon-elastic-container-service.md
1 parent b68c1ee commit 8162972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Once you've completed the prerequisites, you can proceed with creating the workf
6464
6565
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.
6666
67-
Ensure that you provide your own values for all the variables in the `env:` key of the workflow.
67+
Ensure that you provide your own values for all the variables in the `env` key of the workflow.
6868
6969
{% raw %}
7070
```yaml{:copy}

0 commit comments

Comments
 (0)