hey guys, think I’m missing something on the configuration end for deployment performance. I am deploying a UI Next.js site that redeploys everything no matter on every deployment. My deployments are always around 10 minutes right now which is high for what I have. Probably just missing something simple
m
manitej
10/21/2021, 8:55 AM
Does
.build
folder exist in your folder?
m
Matthew Smithburger
10/21/2021, 8:57 AM
yes I have a .build in the root. This is monorepo so the next site is in the /frontend directory
f
Frank
10/21/2021, 5:32 PM
@manitej thanks for chiming in.
Frank
10/21/2021, 5:56 PM
@Matthew Smithburger so NextJS generates a unique Build ID each time you try to build. And the Build ID is injected to various part of the built code when u run