Skip to content

Commit

Permalink
ci(infra): add facebook app ID secret reference
Browse files Browse the repository at this point in the history
[#27]
  • Loading branch information
david-focused authored and David committed May 19, 2022
1 parent 8f17388 commit a09de70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions infra/review/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ const service = new awsx.ecs.FargateService("dpopp-iam", {
name: "TWITTER_CLIENT_SECRET",
valueFrom: `${IAM_SERVER_SSM_ARN}:TWITTER_CLIENT_SECRET::`,
},
{
name: "FACEBOOK_APP_ID",
valueFrom: `${IAM_SERVER_SSM_ARN}:FACEBOOK_APP_ID::`,
},
],
},
},
Expand Down
4 changes: 4 additions & 0 deletions infra/staging/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,10 @@ const service = new awsx.ecs.FargateService("dpopp-iam", {
name: "TWITTER_CLIENT_SECRET",
valueFrom: `${IAM_SERVER_SSM_ARN}:TWITTER_CLIENT_SECRET::`,
},
{
name: "FACEBOOK_APP_ID",
valueFrom: `${IAM_SERVER_SSM_ARN}:FACEBOOK_APP_ID::`,
},
],
},
},
Expand Down

0 comments on commit a09de70

Please sign in to comment.