TheCommieAxolotl@programming.dev to Programming@programming.devEnglish · 7 days agoIntroducing OnlyNv: Your one-stop solution for managing environment variables.onlynv.devexternal-linkmessage-square10fedilinkarrow-up116arrow-down116
arrow-up10arrow-down1external-linkIntroducing OnlyNv: Your one-stop solution for managing environment variables.onlynv.devTheCommieAxolotl@programming.dev to Programming@programming.devEnglish · 7 days agomessage-square10fedilink
minus-squarePolarKraken@programming.devlinkfedilinkEnglisharrow-up6·6 days agoWhat do you do instead for dynamic values that are needed at runtime and inappropriate to check in to version control?
minus-squarebizdelnick@lemmy.mllinkfedilinkarrow-up1·2 days agoI’d rather prefer CI-level variables (macros?) that are not exported to the environment. Unfortunately, most CI developers don’t care about security.
What do you do instead for dynamic values that are needed at runtime and inappropriate to check in to version control?
I’d rather prefer CI-level variables (macros?) that are not exported to the environment. Unfortunately, most CI developers don’t care about security.