Skip to content

Commit

Permalink
hotfix: task definition에 fcm certification 환경 변수 추가 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
ht3064 authored Jul 5, 2024
1 parent 0a6d75a commit 137c43e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
{
"name": "FAST_API_SERVER_ENDPOINT",
"valueFrom": "arn:aws:secretsmanager:ap-northeast-2:122971469363:secret:playauto/gmp-2dXhTZ:FAST_API_SERVER_ENDPOINT::"
},
{
"name": "FCM_CERTIFICATION",
"valueFrom": "arn:aws:secretsmanager:ap-northeast-2:122971469363:secret:playauto/gmp-2dXhTZ:FCM_CERTIFICATION::"
}
],
"ulimits": [],
Expand Down

0 comments on commit 137c43e

Please sign in to comment.