From 2d8abb6341db808dea34822d238e62271ebb9aea Mon Sep 17 00:00:00 2001
From: Orestis Malaspinas <orestis.malaspinas@hesge.ch>
Date: Wed, 18 Sep 2019 11:25:04 +0200
Subject: [PATCH] updated ci

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9956bb9..eb81c76 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,7 +26,7 @@ before_script:
    - echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
    - chmod 644 ~/.ssh/known_hosts
 
-build_only:
+build_and_deploy:
   script:
     - make
     - rsync -avz index.html malaspinas@129.194.185.180:/www/
-- 
GitLab