From 4c62b1e9abd68dafc06a5dcd5f3c5cc47490a4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=99=95=EC=8A=B9=EC=9E=AC?= Date: Mon, 22 Jan 2024 22:53:47 +0900 Subject: [PATCH] Update aws.yml --- .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 c2ac550..dc21d04 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-dev.json # set this to the path to your Amazon ECS task definition + ECS_TASK_DEFINITION: ./task-definition-dev.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