Skip to content

Commit 1bd6d6a

Browse files
committed
Hotfix: Append AWS_S3_BUCKET_NAME
1 parent 43f920a commit 1bd6d6a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.aws/ecs-task-definition.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
{
2424
"name": "MONGODB_URL",
2525
"valueFrom": "arn:aws:secretsmanager:ap-northeast-2:864981757354:secret:xrpedia/credentials-UAy9x0:xrpedia-mongodb-url::"
26+
},
27+
{
28+
"name": "AWS_S3_BUCKET_NAME",
29+
"valueFrom": "arn:aws:secretsmanager:ap-northeast-2:864981757354:secret:xrpedia/credentials-UAy9x0:xrpedia-s3-bucket-name::"
2630
}
2731
],
2832
"ulimits": [],

0 commit comments

Comments
 (0)