We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839dc27 commit fab0c04Copy full SHA for fab0c04
deploy.sh
@@ -4,7 +4,7 @@ set -o errexit
4
5
# Unlock SSH private key using TRAVIS automatic encryption
6
# See https://docs.travis-ci.com/user/encrypting-files/#automated-encryption
7
-openssl aes-256-cbc -K $encrypted_6a567f0c75d9_key -iv $encrypted_6a567f0c75d9_iv -in cloud.key.enc -out ./cloud.key -d
+openssl aes-256-cbc -K $encrypted_9b7253ae8d55_key -iv $encrypted_9b7253ae8d55_iv -in cloud.key.enc -out ./cloud.key -d
8
9
eval "$(ssh-agent -s)"
10
chmod 600 ./cloud.key
0 commit comments