Disable strict host key checking

This commit is contained in:
Stu Sherwin 2018-08-21 18:26:50 +01:00
parent 9ed30e8717
commit eec8b982eb
1 changed files with 1 additions and 2 deletions

View File

@ -9,10 +9,9 @@ deploy:
- apt-get update -y
- apt-get -y install rsync
- gem install jekyll
- ssh-keyscan -t rsa autonomic.zone >> ~/.ssh/known_hosts
script:
- jekyll build -d public
- rsync -avz --delete --no-group ./dist/ $SERVER_USER@autonomic.zone:/var/www/autonomic.zone/html/
- rsync -avz --delete --no-group -e 'ssh -o StrictHostKeyChecking=no' ./dist/ $SERVER_USER@autonomic.zone:/var/www/autonomic.zone/html/
artifacts:
paths:
- public