Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I have 2 namespaces - one for production and one for development. In each namespace, I maintain 3 functions. For the production namespace, I have configured the variable NODE_ENV to production. Similarly for the development namespace, I have set the NODE_ENV env variable to development. I have done so for each function. I am doing this so that I can have my code reference production and development config setting files by looking up “.env.<NODE_ENV>” files, which have been packaged with the code.
Here’s what I have observed. With every update of the function, I see that all the env variables configured, via the DO functions web interface, get deleted.
Is this normal behaviour and if so how can I fix this?
Rory McEwan
Anjanesh Lekshminarayanan
182d09356ab94d3893ddfaca4f0270
kprichard
e452769e8f30404d81a3bc803143f4
robert
Eleanor
GamesmenJordan
EricWVGG