diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c707e33..bb680ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ pages: - mv -f public/css/outerspace-min.css public/css/outerspace.css # Deploy - - rsync -az4 --stats --delete-after public/* -e "ssh -i ~/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" ariejan@mail.devroom.io:/home/ariejan/www/devroom.io/ + - rsync -az4 --stats --delete-after public/* ariejan@mail.devroom.io:/home/ariejan/www/devroom.io/ artifacts: paths: - public