From: Petr Štetiar Date: Mon, 14 Sep 2020 10:12:19 +0000 (+0200) Subject: ci: deploy on tags as well X-Git-Tag: v3.0.1 X-Git-Url: http://git.openwrt.org/project/luci.git;master?a=commitdiff_plain;h=d4e4ed0addfccc4a13869f1fe447427754a9d818;p=web%2Ffirmware-selector-openwrt-org.git ci: deploy on tags as well Signed-off-by: Petr Štetiar --- 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