Answer the question
In order to leave comments, you need to log in
Travis file decryption?
Hello. Please tell me I'm doing
travis encrypt-file id_rsa --add
encrypting id_rsa for ***
storing result as id_rsa.enc
DANGER ZONE: Override existing id_rsa.enc? |no| yes
storing secure env variables for decryption
not logged in - try running travis login --org
openssl aes-256-cbc -K $encrypted_<...>_key -iv $encrypted_<...>_iv -in deploy_rsa.enc -out /tmp/deploy_rsa -d
You can also use --add to have it automatically add the decrypt command to your .travis.yml
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question