From 0893e88391c293c68f8544646488678021dd9075 Mon Sep 17 00:00:00 2001 From: Chris Croome Date: Sun, 18 Nov 2018 15:34:17 +0000 Subject: [PATCH] Remove hello world test from .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e90202..e8c8775 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,8 +29,7 @@ pages: stage: deploy script: - bundle exec jekyll build -d public - - ssh -vvv cotech@webarch2.co.uk "echo 'hello world'" - - rsync -anv public/ cotech@webarch2.co.uk:sites/default/ + - rsync -avz public/ cotech@webarch2.co.uk:sites/default/ artifacts: paths: - public