Skip to content

Commit

Permalink
fix: task def
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Mar 29, 2024
1 parent 7f0dcf7 commit 8c229f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .aws/task_definition_preview.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"environment": [],
"environmentFiles": [
{
"value": "arn:aws:s3:::xuexiao-env-variables/prod.env",
"value": "arn:aws:s3:::xuexiao-env-variables/preview.env",
"type": "s3"
}
],
Expand All @@ -38,14 +38,14 @@
"logDriver": "awslogs",
"options": {
"awslogs-create-group": "true",
"awslogs-group": "/ecs/xuexiao",
"awslogs-group": "/ecs/xuexiao-preview",
"awslogs-region": "ap-northeast-1",
"awslogs-stream-prefix": "ecs"
}
}
}
],
"family": "xuexiao",
"family": "xuexiao-preview",
"taskRoleArn": "arn:aws:iam::654654285942:role/ecsTaskExecutionRole",
"executionRoleArn": "arn:aws:iam::654654285942:role/ecsTaskExecutionRole",
"networkMode": "awsvpc",
Expand Down

0 comments on commit 8c229f1

Please sign in to comment.