Skip to content

Commit 5e7b6e4

Browse files
ldeztraefiker
authored andcommitted
fix: deploy script.
1 parent ea6fa6e commit 5e7b6e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

script/deploy.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ git config --global user.name "Traefiker"
1515

1616
# load ssh key
1717
echo "Loading key..."
18-
${encrypted_f9e835a425bc_key:?}
19-
${encrypted_f9e835a425bc_iv:?}
2018
openssl aes-256-cbc -K "${encrypted_f9e835a425bc_key}" -iv "${encrypted_f9e835a425bc_iv}" -in .travis/traefiker_rsa.enc -out ~/.ssh/traefiker_rsa -d
2119
eval "$(ssh-agent -s)"
2220
chmod 600 ~/.ssh/traefiker_rsa

0 commit comments

Comments
 (0)