File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,13 +142,13 @@ Environment variables have the following limits:
142142Deno Deploy provides these predefined environment variables in all contexts:
143143
144144- ` DENO_DEPLOY ` : ` true ` - Indicates that the code is running in Deno Deploy.
145- - ` DENO_DEPLOY_ORGANIZATION_ID ` : The ID of the organization that owns the
146- application. This is a UUID.
147- - ` DENO_DEPLOY_ORGANIZATION_SLUG ` : The slug of the organization that owns the
145+ - ` DENO_DEPLOY_ORG_ID ` : The ID of the organization that owns the application.
146+ - This is a UUID.
147+ - ` DENO_DEPLOY_ORG_SLUG ` : The slug of the organization that owns the
148148 application. This is the human-readable identifier used in URLs that was set
149149 when creating the organization.
150- - ` DENO_DEPLOY_APPLICATION_ID ` : The ID of the application. This is a UUID.
151- - ` DENO_DEPLOY_APPLICATION_SLUG ` : The slug of the application. This is the
150+ - ` DENO_DEPLOY_APP_ID ` : The ID of the application. This is a UUID.
151+ - ` DENO_DEPLOY_APP_SLUG ` : The slug of the application. This is the
152152 human-readable identifier used in URLs that was set when creating the
153153 application, or changed later in the application settings.
154154- ` DENO_DEPLOY_BUILD_ID ` : The ID of the currently running build.
You can’t perform that action at this time.
0 commit comments