From f33b1a760988dbcc7e4350e6684820c732d756e1 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 16 Oct 2016 02:33:57 -0400 Subject: [PATCH] fix deployment of web site --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0ef8281f..449be5384 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,7 +101,7 @@ integration: website: stage: deploy script: - - rsync web/ $DEPLOY_PATH/ + - rsync -r web/ $DEPLOY_PATH/ only: - develop tags: