From be634c6946158176bd108c5afad22256c6542df9 Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Tue, 31 Mar 2026 11:53:57 +0900 Subject: [PATCH 1/3] docs: update `DENO_DEPLOY_APPLICATION_SLUG` to `DENO_DEPLOY_APP_SLUG` --- deploy/reference/env_vars_and_contexts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/reference/env_vars_and_contexts.md b/deploy/reference/env_vars_and_contexts.md index 49c9b93ec..5694283d2 100644 --- a/deploy/reference/env_vars_and_contexts.md +++ b/deploy/reference/env_vars_and_contexts.md @@ -148,7 +148,7 @@ Deno Deploy provides these predefined environment variables in all contexts: application. This is the human-readable identifier used in URLs that was set when creating the organization. - `DENO_DEPLOY_APPLICATION_ID`: The ID of the application. This is a UUID. -- `DENO_DEPLOY_APPLICATION_SLUG`: The slug of the application. This is the +- `DENO_DEPLOY_APP_SLUG`: The slug of the application. This is the human-readable identifier used in URLs that was set when creating the application, or changed later in the application settings. - `DENO_DEPLOY_BUILD_ID`: The ID of the currently running build. From b9d3046e14246eed89afc4024ba042e9c2ab80ba Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Tue, 31 Mar 2026 18:54:06 +0900 Subject: [PATCH 2/3] docs: updated environment variable examples to align with the actual env --- deploy/reference/env_vars_and_contexts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/reference/env_vars_and_contexts.md b/deploy/reference/env_vars_and_contexts.md index 5694283d2..a80de5f0c 100644 --- a/deploy/reference/env_vars_and_contexts.md +++ b/deploy/reference/env_vars_and_contexts.md @@ -142,12 +142,12 @@ Environment variables have the following limits: Deno Deploy provides these predefined environment variables in all contexts: - `DENO_DEPLOY`: `true` - Indicates that the code is running in Deno Deploy. -- `DENO_DEPLOY_ORGANIZATION_ID`: The ID of the organization that owns the +- `DENO_DEPLOY_ORG_ID`: The ID of the organization that owns the application. This is a UUID. -- `DENO_DEPLOY_ORGANIZATION_SLUG`: The slug of the organization that owns the +- `DENO_DEPLOY_ORG_SLUG`: The slug of the organization that owns the application. This is the human-readable identifier used in URLs that was set when creating the organization. -- `DENO_DEPLOY_APPLICATION_ID`: The ID of the application. This is a UUID. +- `DENO_DEPLOY_APP_ID`: The ID of the application. This is a UUID. - `DENO_DEPLOY_APP_SLUG`: The slug of the application. This is the human-readable identifier used in URLs that was set when creating the application, or changed later in the application settings. From f173267214a668ca06d7476c10d6663713b2fdfb Mon Sep 17 00:00:00 2001 From: Mentlegen <9807008+gentlementlegen@users.noreply.github.com> Date: Tue, 31 Mar 2026 19:56:47 +0900 Subject: [PATCH 3/3] docs: fixed formatting --- deploy/reference/env_vars_and_contexts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/reference/env_vars_and_contexts.md b/deploy/reference/env_vars_and_contexts.md index a80de5f0c..d0e29f948 100644 --- a/deploy/reference/env_vars_and_contexts.md +++ b/deploy/reference/env_vars_and_contexts.md @@ -142,8 +142,8 @@ Environment variables have the following limits: Deno Deploy provides these predefined environment variables in all contexts: - `DENO_DEPLOY`: `true` - Indicates that the code is running in Deno Deploy. -- `DENO_DEPLOY_ORG_ID`: The ID of the organization that owns the - application. This is a UUID. +- `DENO_DEPLOY_ORG_ID`: The ID of the organization that owns the application. +- This is a UUID. - `DENO_DEPLOY_ORG_SLUG`: The slug of the organization that owns the application. This is the human-readable identifier used in URLs that was set when creating the organization.