mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-06 04:30:21 +00:00
FIX deploy of travis.yml
This commit is contained in:
parent
fd118615c7
commit
ac327cda0f
1 changed files with 8 additions and 3 deletions
11
.travis.yml
11
.travis.yml
|
@ -72,9 +72,14 @@ deploy:
|
||||||
file: "FILE TO UPLOAD"
|
file: "FILE TO UPLOAD"
|
||||||
cleanup: true
|
cleanup: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
repo: mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||||
all_branches: true
|
tags: false
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- "master"
|
||||||
|
except:
|
||||||
|
- "/^v[0-9]/"
|
||||||
|
- "/^V.*$/"
|
||||||
notifications:
|
notifications:
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
|
Loading…
Add table
Reference in a new issue