You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks, I am in need of some guidance/resources to better understand how to think about the turbo cache across local development and CI/Preview deployments
I need to understand how to think about these two environments in terms of caching related to environment variables:
- Development
- Preview Production – I’m not going to focus on production right now, as I just want to figure out my preview and development caching story first.
Basically, these two environments mean that the cache for CI will be completely different across these two environments (globalEnv settings in turbo.json).
Is that correct or expected? Should my CI jobs really be different for my CI and local development? Would love to have a better picture/understanding of this
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Summary
Hi folks, I am in need of some guidance/resources to better understand how to think about the turbo cache across local development and CI/Preview deployments
I need to understand how to think about these two environments in terms of caching related to environment variables:
- Development
- Preview
Production – I’m not going to focus on production right now, as I just want to figure out my preview and development caching story first.
Basically, these two environments mean that the cache for CI will be completely different across these two environments (globalEnv settings in turbo.json).
Is that correct or expected? Should my CI jobs really be different for my CI and local development? Would love to have a better picture/understanding of this
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions