Content pfp
Content
@
https://warpcast.com/~/channel/devfc
0 reply
0 recast
0 reaction

Samuel ツ pfp
Samuel ツ
@samuellhuber.eth
What do people use to manage .env variables across development teams? I'd love to securely sync .env files across all team members per branch so that no one has to worry about any .env values missing. Do your own feature branch -> your own values. e.g. localhost & docker compose develop branch -> test against dev prod branch: managed via GitOps anyway. No need for your .env
7 replies
1 recast
12 reactions

Tony D’Addeo pfp
Tony D’Addeo
@deodad
used doppler.com at a previous job and overall was nice my main complaint it felt like overkill, it creates a great ux but at the expense of yet another service to pay, trust, learn at MM we have some light weight scripts that use `aws secretsmanager get-secret-value` to sync but mostly we just do it manually
1 reply
0 recast
3 reactions

Samuel ツ pfp
Samuel ツ
@samuellhuber.eth
yeah manually has been fine for us & me in pervious endeavours too, just sucks every time you then encounter it
1 reply
0 recast
1 reaction