Skip to content

Commit

Permalink
rename to CLOUDFRONT_KEY_PAIR_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jan 24, 2025
1 parent 69459a8 commit 0bacb15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-fdr-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
FERNIE_SLACK_APP_TOKEN: ${{ secrets.FERNIE_SLACK_APP_TOKEN }}
GITHUB_TOKEN: ${{ secrets.FERN_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.FERN_NPM_TOKEN }}
CLOUDFRONT_KEY_GROUP_ID: ${{ secrets.CLOUDFRONT_KEY_GROUP_ID }}
: ${{ secrets. }}

jobs:
sdk:
Expand All @@ -46,7 +46,7 @@ jobs:
ALGOLIA_SEARCH_INDEX: ${{ secrets.ALGOLIA_SEARCH_INDEX }}
ALGOLIA_SEARCH_V2_DOMAINS: "workato,rohin-bhargava-staging,monite,humanloop,cohere,buildwithfern.com/learn"
ALGOLIA_SEARCH_API_KEY: ${{ secrets.ALGOLIA_SEARCH_API_KEY }}
CLOUDFRONT_KEY_GROUP_ID: ${{ secrets.CLOUDFRONT_KEY_GROUP_ID }}
: ${{ secrets. }}
APPLICATION_ENVIRONMENT: dev
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
VERSION="${git_version}" pnpm --filter=@fern-platform/fdr-deploy deploy:dev
env:
DATABASE_URL: ${{ secrets.DEV_POSTGRES_URL }}/fdr?schema=public&connection_limit=6&pool_timeout=30
CLOUDFRONT_KEY_GROUP_ID: ${{ secrets.CLOUDFRONT_KEY_GROUP_ID }}
: ${{ secrets. }}

smoke-test:
needs: deploy_dev
Expand Down
2 changes: 1 addition & 1 deletion packages/fern-docs/ui/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"NEXT_PUBLIC_VERCEL_ENV",
"NEXT_PUBLIC_DOCS_DEFINITION_S3_URL",
"CLOUDFRONT_PRIVATE_KEY",
"CLOUDFRONT_KEY_GROUP_ID"
"CLOUDFRONT_KEY_PAIR_ID"
],
"inputs": ["$TURBO_DEFAULT$"]
}
Expand Down
2 changes: 1 addition & 1 deletion servers/fdr-deploy/scripts/fdr-deploy-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export class FdrDeployStack extends Stack {
}
);

const keyGroupId = getEnvironmentVariableOrThrow("CLOUDFRONT_KEY_GROUP_ID");
const keyGroupId = getEnvironmentVariableOrThrow("");
const dbDocsKeyGroup = cloudfront.KeyGroup.fromKeyGroupId(
this,
"DbDocsKeyGroup",
Expand Down

0 comments on commit 0bacb15

Please sign in to comment.