Disable strict host key checking
This commit is contained in:
parent
9ed30e8717
commit
eec8b982eb
@ -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
|
||||
|
Reference in New Issue
Block a user