File tree Expand file tree Collapse file tree 2 files changed +16
-136
lines changed
Expand file tree Collapse file tree 2 files changed +16
-136
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -251,6 +251,22 @@ Environment variables configured for the "Build" context are available during
251251builds, 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+
254270Builders have the following resources available during the build process:
255271
256272- 2 vCPUs
You can’t perform that action at this time.
0 commit comments