Skip to content

Commit

Permalink
add blog endpoint for asset build
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrenker committed Dec 5, 2023
1 parent 8bbd2be commit 110912a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/cdk-next-app/next-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,11 @@ export class NextApp extends Construct {
buildImage: LinuxBuildImage.STANDARD_7_0,
computeType: ComputeType.MEDIUM,
},
environmentVariables: {
BLOG_ENDPOINT: {
value: 'https://api-eu-central-1-shared-euc1-02.hygraph.com/v2/clav7ijug2n3n01t482yqa53o/master'
}
},
buildSpec: BuildSpec.fromObject({
version: '0.2',
phases: {
Expand Down

0 comments on commit 110912a

Please sign in to comment.