From 3f55a1857cc1e4f207b98b43ac1e578397431058 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sat, 9 Nov 2019 03:43:17 +0000 Subject: [PATCH] Only run the deployment when there's a new tag --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 580dfaa..e61a92a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,3 @@ deploy: - scp remote-$CI_COMMIT_TAG.zip openlp@openlp.io:/home/openlp/sites/get.openlp.org/www/remote/$CI_COMMIT_TAG/ only: - tags - - master@openlp/web-remote - artifacts: - paths: - - remote-*.zip