From 4d05cb6d651d699cb1f6a80d3f686e5e105883bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Mon, 31 Oct 2016 23:11:25 +0100
Subject: [PATCH] test ssh the stage

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e6987fe1a..d32a907f2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -32,7 +32,7 @@ deploy to stage:
   script:
   - gem install dpl
   - echo $CI_BUILD_REF_NAME
-  - ssh git@licelin.it4i.cz
+  - ssh git@docs.it4i.cz
   #- dpl --provider=s3 --bucket=$S3_BUCKET_NAME
 
 deploy to production:
-- 
GitLab