From 1f45c905c79f56864187ae404b7e0ac3316515f5 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:33:12 +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 8f61489e9..d3f85f1b0 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 root@docs-new.it4i.cz uptime + - ssh root@"$SSH_HOST_STAGE" uptime #- dpl --provider=s3 --bucket=$S3_BUCKET_NAME deploy to production: -- GitLab