Skip to content

Commit

Permalink
add docsets to parameter store and serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed Sep 15, 2023
1 parent 22b977c commit 5317f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ custom:
jobCollection: ${ssm:/env/${self:provider.stage}/docs/worker_pool/atlas/collections/job/queue}
entitlementCollection: ${ssm:/env/${self:provider.stage}/docs/worker_pool/atlas/collections/user/entitlements}
repoBranchesCollection: ${ssm:/env/${self:provider.stage}/docs/worker_pool/atlas/collections/repo}
docsetsCollection: ${ssm:/env/${self:provider.stage}/docs/worker_pool/atlas/collections/docsets}
githubSecret: ${ssm:/env/${self:provider.stage}/docs/worker_pool/github/webhook/secret}
githubDeletionSecret: ${ssm:/env/${self:provider.stage}/docs/worker_pool/github/webhook/deletionSecret}
githubBotPW: ${ssm:/env/${self:provider.stage}/docs/worker_pool/github/bot/password}
Expand Down

0 comments on commit 5317f13

Please sign in to comment.