diff --git a/.deploy_key.enc b/.deploy_key.enc index e9c321aed..0c189c9f7 100644 Binary files a/.deploy_key.enc and b/.deploy_key.enc differ diff --git a/.travis.yml b/.travis.yml index a3966b305..7d73ee076 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ node_js: "6" before_install: # decrypting the encrypted SSH private key and adding the key to the current ssh-agent to make any SSH-based command agnostic to the private key location - - openssl aes-256-cbc -K $encrypted_47733f2c6cc3_key -iv $encrypted_47733f2c6cc3_iv -in .deploy_key.enc -out /tmp/deploy_key -d + - openssl aes-256-cbc -K $encrypted_c5f977eaf718_key -iv $encrypted_c5f977eaf718_iv -in .deploy_key.enc -out /tmp/deploy_key -d - eval "$(ssh-agent -s)" - chmod 600 /tmp/deploy_key - ssh-add /tmp/deploy_key