Skip to content

Commit

Permalink
fix missing mapbox token env var
Browse files Browse the repository at this point in the history
  • Loading branch information
EricPedley committed Oct 12, 2023
1 parent 7fc824e commit 7f441f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/cdk/lib/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ else {
certificateArn: process.env.CERTIFICATE_ARN,
hostedZoneId: process.env.HOSTED_ZONE_ID,
mongoDbUriProd: process.env.MONGODB_URI_PROD,
mapboxAccessToken: process.env.MAPBOX_ACCESS_TOKEN,
})
// prod frontend is deployed on GitHub Pages
if (stage !== 'prod') {
Expand Down

0 comments on commit 7f441f6

Please sign in to comment.