From 70da272d6b9ba42993789e37c4cf25c2e795395e Mon Sep 17 00:00:00 2001
From: "orestis.malaspin" <orestis.malaspinas@hesge.ch>
Date: Thu, 27 Feb 2020 01:01:39 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bbbcc81..73a4fdf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ before_script:
 build_and_deploy:
   script:
     - make
-    - rsync -avz css malaspinas@129.194.185.180:/www/
-    - rsync -avz figs malaspinas@129.194.185.180:/www/
-    - rsync -avz index.html malaspinas@129.194.185.180:/www/
+    - rsync -avzz css malaspinas@129.194.185.180:/www/
+    - rsync -avzz figs malaspinas@129.194.185.180:/www/
+    - rsync -avzz index.html malaspinas@129.194.185.180:/www/
     - blc http://129.194.185.180/ -ro --exclude *.pdf --filter-level 3
-- 
GitLab