From 420209cff58e6637d326d156eae6686ffd811fdf Mon Sep 17 00:00:00 2001 From: Octavio Cano Date: Tue, 12 Sep 2023 22:04:45 +0900 Subject: [PATCH] task definition updates. --- .github/workflows/aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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