Shared env
Let's say I have shared envs that has NEXT_PUBLIC_GOOGLE_MAPS_API, and it is shared amongst 10 websites.
If I change the key and then want to make the sites use the new key, will I need to redeploy every single site, or do nothing and they will automatically start using the new key?
Hope that makes sense and TIA.