Skip to content

Commit 762d80b

Browse files
authored
Update aws.yml
1 parent ad83536 commit 762d80b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
ECS_CLUSTER: testing-cluster # set this to your Amazon ECS cluster name
3838
ECS_TASK_DEFINITION: testing.json # set this to the path to your Amazon ECS task definition
3939
# file, e.g. .aws/task-definition.json
40-
CONTAINER_NAME: "app" # set this to the name of the container in the
40+
CONTAINER_NAME: "test" # set this to the name of the container in the
4141
# containerDefinitions section of your task definition
4242

4343
jobs:

0 commit comments

Comments
 (0)