Travis-ci decryption of encrypted files

后端 未结 2 2010
伪装坚强ぢ
伪装坚强ぢ 2021-01-18 04:55

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 .

2条回答
  •  被撕碎了的回忆
    2021-01-18 05:33

    Check the output of 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.

提交回复
热议问题