Skip to content

Commit

Permalink
update task definition
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-chmb committed Nov 25, 2024
1 parent b0374bf commit 1fd36e9
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .aws/task-definition.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"taskDefinitionArn": "arn:aws:ecs:us-east-1:413216369237:task-definition/github-actions-task-definition:2",
"containerDefinitions": [
{
"name": "app",
"image": "413216369237.dkr.ecr.us-east-1.amazonaws.com/github-actions-repo:07dc46cf041ac330f64754c1d7ac5c6f93742e82",
"cpu": 0,
"portMappings": [
{
Expand Down Expand Up @@ -31,11 +28,9 @@
}
],
"family": "github-actions-task-definition",
"executionRoleArn": "arn:aws:iam::413216369237:role/ecsTaskExecutionRole",
"executionRoleArn": "arn:aws:iam::257394488403:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
"revision": 2,
"volumes": [],
"status": "ACTIVE",
"requiresAttributes": [
{
"name": "com.amazonaws.ecs.capability.logging-driver.awslogs"
Expand Down Expand Up @@ -76,7 +71,5 @@
"cpuArchitecture": "X86_64",
"operatingSystemFamily": "LINUX"
},
"registeredAt": "2024-04-18T03:12:44.161Z",
"registeredBy": "arn:aws:iam::413216369237:user/reechak",
"tags": []
}

0 comments on commit 1fd36e9

Please sign in to comment.