Skip to content

Commit 04cb953

Browse files
remove accidentally merged old page (#2930)
1 parent 6b38737 commit 04cb953

File tree

2 files changed

+16
-136
lines changed

2 files changed

+16
-136
lines changed

deploy/early-access/reference/builds.md

Lines changed: 0 additions & 136 deletions
This file was deleted.

deploy/reference/builds.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,22 @@ Environment variables configured for the "Build" context are available during
251251
builds, but variables from "Production" or "Development" contexts are not.
252252
[Learn more about environment variables](/deploy/reference/env_vars_and_contexts/).
253253

254+
The following environment variables are additionally always available during
255+
builds:
256+
257+
- `CI`: `true`
258+
- `DENO_DEPLOY`: `true` - Indicates that the code is running in Deno Deploy.
259+
- `DENO_DEPLOY_ORGANIZATION_ID`: The ID of the organization that owns the
260+
application. This is a UUID.
261+
- `DENO_DEPLOY_ORGANIZATION_SLUG`: The slug of the organization that owns the
262+
application. This is the human-readable identifier used in URLs that was set
263+
when creating the organization.
264+
- `DENO_DEPLOY_APPLICATION_ID`: The ID of the application. This is a UUID.
265+
- `DENO_DEPLOY_APPLICATION_SLUG`: The slug of the application. This is the
266+
human-readable identifier used in URLs that was set when creating the
267+
application, or changed later in the application settings.
268+
- `DENO_DEPLOY_BUILD_ID`: The ID of the currently running build.
269+
254270
Builders have the following resources available during the build process:
255271

256272
- 2 vCPUs

0 commit comments

Comments
 (0)