Skip to content

Commit 1998de3

Browse files
Merge branch 'main' into release-please--branches--main
2 parents 792b1b9 + 8618284 commit 1998de3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/config/src/env/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const convertToString = (value) => {
9494
// environment.
9595
const getGeneralEnv = async function ({
9696
siteInfo,
97-
siteInfo: { id, name },
97+
siteInfo: { id, name, account_id: accountId },
9898
buildDir,
9999
branch,
100100
deployId,
@@ -108,6 +108,7 @@ const getGeneralEnv = async function ({
108108
SITE_NAME: name,
109109
DEPLOY_ID: deployId,
110110
BUILD_ID: buildId,
111+
ACCOUNT_ID: accountId,
111112
...deployUrls,
112113
CONTEXT: context,
113114
NETLIFY_LOCAL: 'true',

0 commit comments

Comments
 (0)