Skip to content

Commit

Permalink
Fix secret key environment variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
shri committed Aug 13, 2024
1 parent e078a3b commit 0177194
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/aws/ecs-task-definition-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
],
"secrets": [
{
"name": "APP_SECRET_KEY",
"name": "SECRET_KEY",
"valueFrom": "arn:aws:ssm:eu-central-1:050206582437:parameter/chapter-app/prod/app/app-secret-key"
},
{
Expand Down Expand Up @@ -142,7 +142,7 @@
],
"secrets": [
{
"name": "APP_SECRET_KEY",
"name": "SECRET_KEY",
"valueFrom": "arn:aws:ssm:eu-central-1:050206582437:parameter/chapter-app/prod/app/app-secret-key"
},
{
Expand Down Expand Up @@ -231,7 +231,7 @@
],
"secrets": [
{
"name": "APP_SECRET_KEY",
"name": "SECRET_KEY",
"valueFrom": "arn:aws:ssm:eu-central-1:050206582437:parameter/chapter-app/prod/app/app-secret-key"
},
{
Expand Down

0 comments on commit 0177194

Please sign in to comment.