How do I work around Vercel's 4KB Environment Variables limit?(vercel.com)
vercel.com
How do I work around Vercel's 4KB Environment Variables limit?
https://vercel.com/support/articles/how-do-i-workaround-vercel-s-4-kb-environment-variables-limit
3 comments
> The file containing the encrypted content will then be added to the Deployment
I don't think this is a good idea. Please convince me otherwise.
I don't think this is a good idea. Please convince me otherwise.
We use a similar pattern. Not great, but not terrible.
Baking environment values into the actual deployment artifact also doesn’t pass the 12 factor smell test for me, but I may be revealing my lack of knowledge of their architecture / process here, maybe this is how they get repeatability.