From d4e4ed0addfccc4a13869f1fe447427754a9d818 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Mon, 14 Sep 2020 12:12:19 +0200 Subject: [PATCH] ci: deploy on tags as well MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Petr Å tetiar --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a9537fb..a981f3b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,6 +102,7 @@ test scaned site with selenium: - apk update && apk add rsync only: - master + - tags script: - rsync -rlptvz build/ "rsync://firmware_selector@mirror-02.infra.openwrt.org/$RSYNC_TARGET/www/" @@ -117,3 +118,5 @@ deploy to firmware-selector.openwrt.org: when: manual before_script: - apk update && apk add rsync + only: + - tags -- 2.30.2