Replies: 1 comment 1 reply
-
I have some major changes coming to this structure that I've been working on for the last month. Stay tuned once I have some demos ready https://x.com/jaydrogers |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The idea would be to have something like
.env.[environment].encrypted
in the codebase. The encryption password can be stored locally in.vault-password
and in the CI. So the CI can take care of decrypting the.env
-file and we don't need to work with theENV_FILE_BASE64
. So changes will only need to take place in the code and no environment variables need to be adapted in the CI.Beta Was this translation helpful? Give feedback.
All reactions