mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-18 09:26:58 +08:00
Travis StrictHostKeyChecking no
This commit is contained in:
@@ -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'"
|
||||
|
Reference in New Issue
Block a user