fix: use task definition, not current json
This commit is contained in:
40
.github/workflows/taskdef.json
vendored
40
.github/workflows/taskdef.json
vendored
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"taskDefinitionArn": "arn:aws:ecs:eu-west-1:949678216675:task-definition/personal-website:14",
|
||||
"family": "personal-website",
|
||||
"containerDefinitions": [
|
||||
{
|
||||
"name": "web",
|
||||
@@ -46,50 +46,14 @@
|
||||
"systemControls": []
|
||||
}
|
||||
],
|
||||
"family": "personal-website",
|
||||
"executionRoleArn": "arn:aws:iam::949678216675:role/ecsTaskExecutionRole",
|
||||
"networkMode": "awsvpc",
|
||||
"revision": 14,
|
||||
"volumes": [],
|
||||
"status": "ACTIVE",
|
||||
"requiresAttributes": [
|
||||
{
|
||||
"name": "com.amazonaws.ecs.capability.logging-driver.awslogs"
|
||||
},
|
||||
{
|
||||
"name": "ecs.capability.execution-role-awslogs"
|
||||
},
|
||||
{
|
||||
"name": "com.amazonaws.ecs.capability.ecr-auth"
|
||||
},
|
||||
{
|
||||
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.19"
|
||||
},
|
||||
{
|
||||
"name": "ecs.capability.secrets.asm.environment-variables"
|
||||
},
|
||||
{
|
||||
"name": "ecs.capability.execution-role-ecr-pull"
|
||||
},
|
||||
{
|
||||
"name": "com.amazonaws.ecs.capability.docker-remote-api.1.18"
|
||||
},
|
||||
{
|
||||
"name": "ecs.capability.task-eni"
|
||||
}
|
||||
],
|
||||
"placementConstraints": [],
|
||||
"compatibilities": [
|
||||
"EC2",
|
||||
"FARGATE"
|
||||
],
|
||||
"requiresCompatibilities": [
|
||||
"FARGATE"
|
||||
],
|
||||
"cpu": "256",
|
||||
"memory": "512",
|
||||
"registeredAt": "2025-01-10T22:52:09.951Z",
|
||||
"registeredBy": "arn:aws:iam::949678216675:user/stan",
|
||||
"enableFaultInjection": false,
|
||||
"tags": []
|
||||
"enableFaultInjection": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user