From 348e7ecbee149fb9a307c2444246eb8d5e550c20 Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Fri, 31 Aug 2018 16:45:32 +0200 Subject: [PATCH] The last time I tried this the monkey didn't survive. Let's hope it works better this time. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a18d8e3..1f00e9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,9 @@ pages: - mkdir -p ~/.ssh # Setup SSH - echo "$SSH_PRIVATE_KEY" | tr -d '\r' > ~/.ssh/id_rsa - chmod 600 ~/.ssh/id_rsa + - whoami - cat ~/.ssh/id_rsa + - cat /root/.ssh/id_rsa - ssh-keyscan -H 'mail.devroom.io' >> ~/.ssh/known_hosts - rsync --version - hugo version