From 5380179f05f5b702e56cd7e3e89f6cfb90c5b062 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Fri, 31 Aug 2018 16:40:58 +0200 Subject: [PATCH] Reticulating splines... --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e27bca..a18d8e3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,10 +24,11 @@ pages: - mkdir -p ~/.ssh # Setup SSH - echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa + - cat ~/.ssh/id_rsa - ssh-keyscan -H 'mail.devroom.io' >> ~/.ssh/known_hosts - rsync --version - hugo version - - ssh -vv ariejan@mail.devroom.io exit; echo $? + - ssh -vv -i ~/.ssh/id_rsa ariejan@mail.devroom.io exit; echo $? script: # Compile