From 5e7b6e4860e5690a9af6fbdfe228e6a7148d0131 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Mon, 17 Jun 2019 22:14:05 +0200 Subject: [PATCH] fix: deploy script. --- script/deploy.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/script/deploy.sh b/script/deploy.sh index 5fd3f0b66..32c25eaf7 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -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