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