From 290a5f7c133910d3503835ca58c77383f36d82b3 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:47:10 +0100
Subject: [PATCH] test ssh the stage

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3506c0bb0..41f894915 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,6 +45,7 @@ deploy to stage:
   - mkdir -p ~/.ssh
   - echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config 
   script:
+  - ls site/
   - gem install dpl
   - echo $CI_BUILD_REF_NAME
   - ssh root@"$SSH_HOST_STAGE" uptime
-- 
GitLab