From 2f665f6cc04baa93c8d15ad2d9851a438905d397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz> Date: Mon, 29 May 2017 15:32:37 +0200 Subject: [PATCH] Enable deploy for master --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37b5b7aad..183a455ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,6 @@ stages: - test - build - deploy - - production docs: stage: test @@ -114,7 +113,7 @@ deploy to stage: - branches@sccs/docs.it4i.cz deploy to production: - environment: production + environment: production2 stage: deploy image: davidhrbac/docker-mkdocscheck:latest before_script: -- GitLab