mirror of
https://github.com/containous/traefik.git
synced 2024-12-22 13:34:03 +03:00
fix: deploy script.
This commit is contained in:
parent
ea6fa6e889
commit
5e7b6e4860
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user