From ee8ba77ba9de3acea0f3fc9c289c1968e49fb818 Mon Sep 17 00:00:00 2001 From: Julie POUNY Date: Tue, 19 May 2026 11:32:24 +0200 Subject: [PATCH] doc: warn about CC_DISABLE_BUILD_CACHE_UPLOAD on Nano and Pico plans Setting this variable on Nano/Pico plans causes an infinite build loop as these plans always use a dedicated build requiring the build cache. --- content/doc/administrate/apps-management.md | 2 ++ content/doc/develop/build-hooks.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/content/doc/administrate/apps-management.md b/content/doc/administrate/apps-management.md index ebfc53a04..89b813bee 100644 --- a/content/doc/administrate/apps-management.md +++ b/content/doc/administrate/apps-management.md @@ -30,6 +30,8 @@ Stop functionality is useful during the development of the application to limit {{< callout type="info" >}} If you set [`CC_DISABLE_BUILD_CACHE_UPLOAD`](/doc/develop/env-variables/#settings-you-can-define-using-environment-variables) environment variable to `true`, the cache archive won't be created nor uploaded. + + Nano and Pico plans always use a dedicated build, which requires the build cache. Setting this environment variable on these plans causes deployment to fail. {{< /callout >}} ## Deploy an old commit diff --git a/content/doc/develop/build-hooks.md b/content/doc/develop/build-hooks.md index 2390cde7e..cbe59ef83 100644 --- a/content/doc/develop/build-hooks.md +++ b/content/doc/develop/build-hooks.md @@ -99,6 +99,8 @@ This hook is perfect for: {{< callout type="info" >}} If you set [\`CC_DISABLE_BUILD_CACHE_UPLOAD\`](/doc/develop/env-variables/#settings-you-can-define-using-environment-variables) environment variable to `true`, the cache archive won't be created nor uploaded. + + Nano and Pico plans always use a dedicated build, which requires the build cache. Setting this environment variable on these plans causes deployment to fail. {{< /callout >}} ### Pre Run