Hello all,
I’m having some trouble understanding this particular subject, so I’d appreciate your help.
Our project is NodeJS and we are currently using a “.env” file which contains all sorts of variables needed for the app and the tests. This file is not in our Github, it is currently placed manually in each server our app runs on (it has secrets in it which we do not want in our repository). What I’m having trouble understanding is how can I get these variables into the docker container that CircleCI runs our code on.
I’d love to get a simple explanation on how to get this working…
Thanks