From 6706cd33c20e8a796d852e71d4400f2652ac3946 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:09:56 +0200 Subject: [PATCH] Enable deploy for master --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e658e14d2..37b5b7aad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,5 +134,5 @@ deploy to production: - chown nginx:nginx site -R - rsync -a --delete site/ root@"$SSH_HOST_STAGE":/srv/docs.it4i.cz/site/ only: - - master@sccs/docs.it4i.cz + - master when: manual -- GitLab