fix: deploy script.

This commit is contained in:
Ludovic Fernandez 2019-06-17 22:14:05 +02:00 committed by Traefiker Bot
parent ea6fa6e889
commit 5e7b6e4860

View file

@ -15,8 +15,6 @@ git config --global user.name "Traefiker"
# load ssh key
echo "Loading key..."
${encrypted_f9e835a425bc_key:?}
${encrypted_f9e835a425bc_iv:?}
openssl aes-256-cbc -K "${encrypted_f9e835a425bc_key}" -iv "${encrypted_f9e835a425bc_iv}" -in .travis/traefiker_rsa.enc -out ~/.ssh/traefiker_rsa -d
eval "$(ssh-agent -s)"
chmod 600 ~/.ssh/traefiker_rsa