We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad83536 commit 762d80bCopy full SHA for 762d80b
.github/workflows/aws.yml
@@ -37,7 +37,7 @@ env:
37
ECS_CLUSTER: testing-cluster # set this to your Amazon ECS cluster name
38
ECS_TASK_DEFINITION: testing.json # set this to the path to your Amazon ECS task definition
39
# file, e.g. .aws/task-definition.json
40
- CONTAINER_NAME: "app" # set this to the name of the container in the
+ CONTAINER_NAME: "test" # set this to the name of the container in the
41
# containerDefinitions section of your task definition
42
43
jobs:
0 commit comments