From c4262a62d46cdcbdb545576aa703de070a7ee7cc Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Thu, 23 Jan 2025 14:31:50 +0100 Subject: [PATCH] test --- netlify.toml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/netlify.toml b/netlify.toml index e374cc2c5b..27be3b5623 100644 --- a/netlify.toml +++ b/netlify.toml @@ -56,18 +56,10 @@ # all inputs are optional, we just show you the defaults below [plugins.inputs] + # change this key to a new one any time you need to restart from scratch + cacheKey = "Jan232025-$CONTEXT" # either "warn" or "error" failBuildOnError = true - [context.production] - # change this key to a new one any time you need to restart from scratch - cacheKey = "Jan232025" - - [context.branch-deploy] - cacheKey = "Jan232025-branch" - - [context.deploy-preview] - cacheKey = "Jan232025-preview" - # (for development) turn true for extra diagnostic logging debug = true \ No newline at end of file