Travis StrictHostKeyChecking no

pull/3/head
Szekeres Bálint 2018-01-13 13:01:07 +01:00
parent 3a1cd89078
commit 4581369f81
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ eval "$(ssh-agent -s)"
base64 --decode <<< "$DEPLOY_PRIVATE_KEY" > deploy_key
chmod 600 deploy_key
ssh-add deploy_key
ssh -l root szekeres.me \
ssh -o "StrictHostKeyChecking no" -l root szekeres.me \
"sudo -u www-data -H sh -c ' \
cd /var/www/nginxconfig.io; \
git pull origin master'"