Right now, in order to setup a staging environment for my project I have two web services created for my app. One service is tied to the main branch and the other is tied to a staging branch. Each web service has its own set of env vars.
I’m wondering there’s a way to just change the env vars instead of deploying two services.
I’m looking into preview environments using the blueprints, but I have a security concern about this setup.
In the docs about settings up blueprints, it looks like we are to push the render.yml to our source code. Since these blueprints contain env vars with secret keys, is this a secure/safe practice?
Thanks!