General newbie question: if I change an environment variable (e.g. SOME_VAR in a Node app), do I need to redeploy for the value of process.env.SOME_VAR to reflect the change in the running web service? Or should I manually trigger a redeploy?
If you have auto deployment enabled for your service this changing a env var will trigger a deployment - if you don’t then you would need to trigger the deployment yourself,