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 ea6fa6e commit 5e7b6e4Copy full SHA for 5e7b6e4
script/deploy.sh
@@ -15,8 +15,6 @@ git config --global user.name "Traefiker"
15
16
# load ssh key
17
echo "Loading key..."
18
-${encrypted_f9e835a425bc_key:?}
19
-${encrypted_f9e835a425bc_iv:?}
20
openssl aes-256-cbc -K "${encrypted_f9e835a425bc_key}" -iv "${encrypted_f9e835a425bc_iv}" -in .travis/traefiker_rsa.enc -out ~/.ssh/traefiker_rsa -d
21
eval "$(ssh-agent -s)"
22
chmod 600 ~/.ssh/traefiker_rsa
0 commit comments