dwyl / learn-travis

:sunglasses: A quick Travis CI (Continuous Integration) Tutorial for Node.js developers
MIT License
1.24k stars 348 forks source link

iv undefined error (with fix) #61

Open mvsrgc opened 4 years ago

mvsrgc commented 4 years ago

The document at: https://github.com/dwyl/learn-travis/blob/master/encrypted-ssh-keys-deployment.md#5-encrypt-the-private-key

Does not indicate that you have to add the --pro option to travis encrypt-file. If you don't specify --pro, you will get "iv undefined" error during your build.

nelsonic commented 4 years ago

@eacdev thanks for opening this issue. 👍 This must have changed since we wrote the guide last year.

17602937887 commented 3 years ago

thanks!