Cache and env variables #211
Replies: 2 comments
-
Great question. Working on some new configuration keys that will help with this issue here: turborepo/cli/internal/fs/turbo_json.go Lines 9 to 16 in b95a104 Hoping to land this week as part of #218 Similar to what you've suggest, we are exploring "Bring Your Own Key Encryption" with our security team as well. We think this is an awesome feature worth investing in. |
Beta Was this translation helpful? Give feedback.
-
@jaredpalmer What's the recommended way to have multiple environments currently? E.g. local, staging and production. I'm concerned about building locally and then staging and production will use environment variables used from that build stage cache. E.g. NextJS apps needs environment variables at build time... |
Beta Was this translation helpful? Give feedback.
-
I know I can provide list of .env files, but what about env variables provided from the machine. Local env vars and Vercel secrets.
Beta Was this translation helpful? Give feedback.
All reactions