Skip to content

Commit b592db5

Browse files
author
Julie POUNY
committed
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.
1 parent b01419a commit b592db5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

content/doc/administrate/apps-management.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Stop functionality is useful during the development of the application to limit
3030

3131
{{< callout type="info" >}}
3232
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.
33+
34+
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.
3335
{{< /callout >}}
3436

3537
## Deploy an old commit

content/doc/develop/build-hooks.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ This hook is perfect for:
9999

100100
{{< callout type="info" >}}
101101
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.
102+
103+
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.
102104
{{< /callout >}}
103105

104106
### Pre Run

0 commit comments

Comments
 (0)