diff --git a/.github/workflows/aws.yml b/.github/workflows/aws.yml index d9715b9..11dc7f2 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.yml # set this to the path to your Amazon ECS task definition + ECS_TASK_DEFINITION: streampod-vms-task-definition # 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 diff --git a/streampod-vms-task-definition.json b/streampod-vms-task-definition.json index 157aa62..9dd4e79 100644 --- a/streampod-vms-task-definition.json +++ b/streampod-vms-task-definition.json @@ -25,7 +25,7 @@ "options": { "awslogs-create-group": "true", "awslogs-group": "/ecs/streampod-vms-task-definition", - "awslogs-region": "us-east-1", + "awslogs-region": "ap-northeast-1", "awslogs-stream-prefix": "ecs" }, "secretOptions": []