From 340a0315d9e5316f9d34bf18f89a9d284d99b7f6 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:24:50 +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 5783451bf..16172383f 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.it4i.cz + - ssh git@docs-new.it4i.cz uptime #- dpl --provider=s3 --bucket=$S3_BUCKET_NAME deploy to production: -- GitLab