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'"