From 0f2df7f658a0f7b680340a3368ee7806b208b80f 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:27:27 +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 16172383f..8f61489e9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,7 +43,7 @@ deploy to stage:
   script:
   - gem install dpl
   - echo $CI_BUILD_REF_NAME
-  - ssh git@docs-new.it4i.cz uptime
+  - ssh root@docs-new.it4i.cz uptime
   #- dpl --provider=s3 --bucket=$S3_BUCKET_NAME
 
 deploy to production:
-- 
GitLab