From 497975e4ac1955895e4879d541d42e3570704708 Mon Sep 17 00:00:00 2001
From: Chessmaster <ccc@timo-rath.de>
Date: Sat, 12 Dec 2020 14:10:10 +0100
Subject: [PATCH] updated manual deployment

---
 .gitlab-ci.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0df03b2..0ae0f97 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,7 +45,6 @@ publish_guide:
     - chmod 644 ~/.ssh/known_hosts
   script:
     - 'rsync -av angelguide_*.pdf $PUBLISH_USER@$PUBLISH_HOST:$PUBLISH_PATH'
-  only:
-    refs:
-      - master
-  when: manual
\ No newline at end of file
+  rules:
+    - if: $CI_COMMIT_TAG != null
+      when: manual
\ No newline at end of file
-- 
GitLab