When updating an environment variable, do I need to redeploy?

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?

Thank you!

1 Like

Hi there,

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,

Regards,

John B

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.