From 9ab92d544c3950cedbec41d42ce1d722d788917c Mon Sep 17 00:00:00 2001
From: Tom Wiesing <tkw01536@gmail.com>
Date: Fri, 29 Dec 2017 15:52:57 +0100
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3365414..bff0fbe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -36,6 +36,6 @@ deploy_staging:
     # build the website
     - bundle exec jekyll build -d _site
     # copy over all the files into the deployment folder
-    - cd _site && rsync -rv -e ssh --checksum ./ deploy@static.kwarc.info:/var/www/www.kwarc.info --delete
+    - cd _site && rsync -rv -e ssh --checksum ./ deploy@static.kwarc.info:/var/www/kwarc.info/www --delete
   only:
     - master
\ No newline at end of file
-- 
GitLab