From 9ed30e8717f774900917d90ee53acc39f1d435f6 Mon Sep 17 00:00:00 2001 From: Stu Sherwin Date: Tue, 21 Aug 2018 18:22:43 +0100 Subject: [PATCH] Add autonomic.zone to known hosts --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5223f64..ebbf77b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,7 @@ 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/