diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 17f5dd3..50d6720 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -90,6 +90,6 @@ jobs: uses: aws-actions/amazon-ecs-deploy-task-definition@v1 with: task-definition: ${{ steps.task-def.outputs.task-definition }} - service: hanghae-service + service: hanghae-service-02 cluster: hanghae wait-for-service-stability: true diff --git a/task-definition.json b/task-definition.json index 1199ea7..b7aee16 100644 --- a/task-definition.json +++ b/task-definition.json @@ -1,5 +1,5 @@ { - "taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:856195448505:task-definition/hanghae-task:8", + "taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:856195448505:task-definition/hanghae-task:9", "containerDefinitions": [ { "name": "hanghae", @@ -32,7 +32,7 @@ "family": "hanghae-task", "executionRoleArn": "arn:aws:iam::856195448505:role/ecsTaskExecutionRole", "networkMode": "awsvpc", - "revision": 8, + "revision": 9, "volumes": [], "status": "ACTIVE", "requiresAttributes": [ @@ -75,7 +75,7 @@ "cpuArchitecture": "X86_64", "operatingSystemFamily": "LINUX" }, - "registeredAt": "2023-10-16T10:28:42.216Z", + "registeredAt": "2023-10-16T10:42:23.167Z", "registeredBy": "arn:aws:iam::856195448505:root", "tags": [] }