Update to group-level SSH key

This commit is contained in:
Joel Collins 2019-08-22 10:39:55 +00:00
parent b72a652b1f
commit b6c7c8c525

View file

@ -39,7 +39,7 @@ deploy:
before_script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
- ssh-add <(echo "$SSH_PRIVATE_KEY_BASE64" | base64 --decode)
- ssh-add <(echo "$SSH_PRIVATE_KEY_BATH_OPENFLEXURE_BASE64" | base64 --decode)
- mkdir -p ~/.ssh
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
script: