Skip to content

Commit

Permalink
ci: task-definition.json 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
sm9171 committed Oct 16, 2023
1 parent 58f33f3 commit d7d590e
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions task-definition.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:856195448505:task-definition/hanghae-task:3",
"taskDefinitionArn": "arn:aws:ecs:ap-northeast-2:856195448505:task-definition/hanghae-task:8",
"containerDefinitions": [
{
"name": "hanghae",
"image": "856195448505.dkr.ecr.ap-northeast-2.amazonaws.com/hanghae",
"image": "856195448505.dkr.ecr.ap-northeast-2.amazonaws.com/hanghae:latest",
"cpu": 0,
"portMappings": [
{
Expand All @@ -16,26 +16,23 @@
],
"essential": true,
"environment": [],
"environmentFiles": [],
"mountPoints": [],
"volumesFrom": [],
"ulimits": [],
"logConfiguration": {
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/hanghae-task",
"awslogs-region": "ap-northeast-2",
"awslogs-stream-prefix": "ecs"
},
"secretOptions": []
}
}
}
],
"family": "hanghae-task",
"executionRoleArn": "arn:aws:iam::856195448505:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 3,
"revision": 8,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
Expand Down Expand Up @@ -78,7 +75,7 @@
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2023-09-17T02:52:41.156Z",
"registeredBy": "arn:aws:iam::856195448505:user/simbomi06",
"registeredAt": "2023-10-16T10:28:42.216Z",
"registeredBy": "arn:aws:iam::856195448505:root",
"tags": []
}
}

0 comments on commit d7d590e

Please sign in to comment.