From b1f7be4c1afa753b4bc33def75be0b54352165e4 Mon Sep 17 00:00:00 2001
From: "orestis.malaspin" <orestis.malaspinas@hesge.ch>
Date: Sun, 12 Apr 2020 00:25:28 +0200
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b804465..8a57adf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,17 +27,12 @@ before_script:
    ## Add host id to known_hosts
    ##
    - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
-   - echo "$SSH_KNOWN_HOSTS_INFO" >> ~/.ssh/known_hosts
    - chmod 644 ~/.ssh/known_hosts
 
 build_and_deploy:
   script:
     - make
-    - 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
     - rsync -avzz css ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
     - rsync -avzz figs ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
     - rsync -avzz index.html ur1bg_malas@ur1bg.ftp.infomaniak.com:web/malaspinas/
-    # - blc http://malaspinas.academy -ro --exclude *.pdf --filter-level 3
+    - blc http://malaspinas.academy -ro --exclude *.pdf --filter-level 3
-- 
GitLab