diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index bd1cf38..f297183 100644 --- a/.github/workflows/aws.yml +++ b/.github/workflows/aws.yml @@ -35,7 +35,7 @@ env: ECR_REPOSITORY: todaypopup # set this to your Amazon ECR repository name ECS_SERVICE: MY_ECS_SERVICE # set this to your Amazon ECS service name ECS_CLUSTER: todaypopup-dev-cluster # set this to your Amazon ECS cluster name - ECS_TASK_DEFINITION: ./task-definition.json # set this to the path to your Amazon ECS task definition + ECS_TASK_DEFINITION: task-definition.json # set this to the path to your Amazon ECS task definition # file, e.g. .aws/task-definition.json CONTAINER_NAME: todaypopup-dev # set this to the name of the container in the # containerDefinitions section of your task definition