Skip to content

Commit

Permalink
adds mwc cdk env var in correct spot (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
scandycuz authored May 23, 2024
1 parent 08234c5 commit cb8d909
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cdk/bin/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ class WebDeployStack extends cdk.Stack {
buildArgs: {
NEXT_PUBLIC_RECAPTCHA_SITE_KEY_STAGING: recaptchaKey,
},
environment: {
NEXT_PUBLIC_RECAPTCHA_SITE_KEY_STAGING: recaptchaKey,
},
file: path.join("apps", appName, "Dockerfile"),
}),
environment: {
NEXT_PUBLIC_RECAPTCHA_SITE_KEY_STAGING: recaptchaKey,
},
memorySize: 1024,
}
);
Expand Down

0 comments on commit cb8d909

Please sign in to comment.