From fc1c8d82b309a24f59b60e2ac50d14e00d1c5281 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 26 Sep 2019 16:40:11 +0000 Subject: [PATCH] Restrict the deployment to only happen on master in the main repository --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebd3c1a..b32651e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,4 +19,4 @@ deploy: - cd output - scp -r * openlp@openlp.org:public_html/ only: - - master + - master@openlp/website