Skip to content

Commit fab0c04

Browse files
update cloud.key.enc
1 parent 839dc27 commit fab0c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o errexit
44

55
# Unlock SSH private key using TRAVIS automatic encryption
66
# 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
7+
openssl aes-256-cbc -K $encrypted_9b7253ae8d55_key -iv $encrypted_9b7253ae8d55_iv -in cloud.key.enc -out ./cloud.key -d
88

99
eval "$(ssh-agent -s)"
1010
chmod 600 ./cloud.key

0 commit comments

Comments
 (0)