Hi all,
I’ve recently started managing multiple Convox racks for different environments (staging, production, etc.), and I’m running into a bit of a workflow challenge. I’m trying to figure out the cleanest and most efficient way to manage environment variables across them without manually updating each one every time there’s a change.
Right now, I’ve just been setting them via the CLI (convox env set) per rack, but it’s starting to get tedious and a little error-prone. Is there a better way to automate or sync env vars across racks? Maybe through CI/CD or a version-controlled .env file?
I’d love to know how more cissp certification experienced users are addressing this. I want to make sure that I am doing things in the best possible way while keeping it secure and maintainable.
Any recommendations or feedback would be much appreciated.
Thanks in advance!