Hi people, a question about environments. How do you support different environments (development / testing / production) in your code, not only env variables, but also taking into account things like different environments using different executors?
a
Anna Geller
02/07/2022, 10:06 AM
Hi @Sergi de Pablos this is a really common question so I answered in this Discourse topic. In short, you can use a combination of labels, projects and proper utility functions returning different run config and storage configuration depending on the environment.
s
Sergi de Pablos
02/07/2022, 10:22 AM
Thanks @Anna Geller I'll take a look.
👍 1
a
Anna Geller
02/07/2022, 10:23 AM
btw if you have some questions about this, you can either ask here or in Discourse, whichever you prefer, we fully support both 👍