Skip to content

Commit 189e62d

Browse files
docs: update DENO_DEPLOY_APPLICATION_SLUG to DENO_DEPLOY_APP_SLUG (#3012)
1 parent eb7af31 commit 189e62d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

deploy/reference/env_vars_and_contexts.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ Environment variables have the following limits:
142142
Deno 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.

0 commit comments

Comments
 (0)