Skip to content

Commit faf0f7f

Browse files
committed
mentions that this is a previous Pages feature
1 parent f8160d7 commit faf0f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/changelog/workers/2025-06-10-default-env-vars.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ date: 2025-06-10T01:00:00Z
88

99
[Workers Builds](/workers/ci-cd/builds/) connects your Worker to a [Git repository](/workers/ci-cd/builds/git-integration/), and automates building and deploying your code on each pushed change.
1010

11-
To make CI/CD pipelines even more flexible, Workers Builds now automatically injects [default system environment variables](/workers/ci-cd/builds/configuration/#environment-variable) into your build process. You can use these variables to customize your build process based on the deployment context, such as the branch or commit.
11+
To make CI/CD pipelines even more flexible, Workers Builds now automatically injects [default system environment variables](/workers/ci-cd/builds/configuration/#environment-variable) into your build process (much like the defaults in [Cloudflare Pages projects](/pages/configuration/build-configuration/#environment-variables)). You can use these variables to customize your build process based on the deployment context, such as the branch or commit.
1212

1313
The following system environment variables are injected by default:
1414

0 commit comments

Comments
 (0)