I encrypted my .env file, and I now have a .env.enc file. How does my team decrypt this? I got this response when I encrypted the file, and it is stored in my .
.env.enc
Check the output of travis encrypt-file !
travis encrypt-file
Especially the first line:
encrypting for [..]
You need to be in the correct repo (and use --com if needed) to be sure that Travis will find the generated values it later needs.
--com