Skip to content
Discussion options

You must be logged in to vote

Hi @Blatty. We don't currently have a way to disable the build cache for automated deployments using Vercel for Git integrations, but we do have a few other ways to deploy without build cache:

  • Redeploying from the Dashboard will bypass the Build Cache, unless you check the box to include it
  • Using the API using the forceNew query parameter to create a new deployment
  • Using the CLI with --force option, which you already mentioned

EDIT (14th Oct 2022): The VERCEL_FORCE_NO_BUILD_CACHE env var now exists! Set this to 1 and the build cache will be skipped.

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
13 replies
@gf5901
Comment options

@amyegan
Comment options

@gf5901
Comment options

@Pieparker
Comment options

@gf5901
Comment options

Answer selected by amyegan
Comment options

You must be logged in to vote
1 reply
@deve-sh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
7 participants