From 4581369f819563e05cd4bec2095d4cd5fe6626ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Sat, 13 Jan 2018 13:01:07 +0100 Subject: [PATCH] Travis StrictHostKeyChecking no --- .travis-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-deploy.sh b/.travis-deploy.sh index 262a14a..261deb4 100755 --- a/.travis-deploy.sh +++ b/.travis-deploy.sh @@ -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'"