projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a68c397
)
ci: deploy on tags as well
v3.0.1
author
Petr Štetiar
<ynezz@true.cz>
Mon, 14 Sep 2020 10:12:19 +0000
(12:12 +0200)
committer
Petr Štetiar
<ynezz@true.cz>
Mon, 14 Sep 2020 10:12:19 +0000
(12:12 +0200)
Signed-off-by: Petr Štetiar <ynezz@true.cz>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index a9537fb042991e3fe8d071cc253d5002688daf3d..a981f3b7db5792689f53db8a26d435963faeed35 100644
(file)
--- 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