From ba77e7540cf5e29e97206a1a6c47637bb0bc46ff Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Fri, 31 Aug 2018 16:31:10 +0200 Subject: [PATCH] Use the key, Luke --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0fcb3c6..83c7b70 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ pages: # Deploy - cd "$CI_PROJECT_DIR" - - rsync -az4 --stats --delete-after public/* ariejan@mail.devroom.io:/home/ariejan/www/devroom.io/ + - rsync -az4 -e 'ssh -i ~/.ssh/id_rsa' --stats --delete-after public/* ariejan@mail.devroom.io:/home/ariejan/www/devroom.io/ artifacts: paths: - public