From e225380e6f0166837c0b8d257dec4f6055fc27ea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Tue, 9 May 2017 09:20:37 +0200
Subject: [PATCH] CI modified for code

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e3ce379b9..e658e14d2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -111,7 +111,7 @@ deploy to stage:
   - chown nginx:nginx site -R
   - rsync -a --delete site/ root@"$SSH_HOST_STAGE":/srv/docs.it4i.cz/devel/$CI_BUILD_REF_NAME/
   only:
-  - branches@it4i-admins/docs.it4i
+  - branches@sccs/docs.it4i.cz
 
 deploy to production:
   environment: production
@@ -134,5 +134,5 @@ deploy to production:
   - chown nginx:nginx site -R
   - rsync -a --delete site/ root@"$SSH_HOST_STAGE":/srv/docs.it4i.cz/site/
   only:
-  - master@it4i-admins/docs.it4i
+  - master@sccs/docs.it4i.cz
   when: manual
-- 
GitLab