mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +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"
|
||||
cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
all_branches: true
|
||||
|
||||
repo: mitchellkrogza/nginx-ultimate-bad-bot-blocker
|
||||
tags: false
|
||||
branches:
|
||||
only:
|
||||
- "master"
|
||||
except:
|
||||
- "/^v[0-9]/"
|
||||
- "/^V.*$/"
|
||||
notifications:
|
||||
on_success: change
|
||||
on_failure: always
|
||||
|
|
Loading…
Add table
Reference in a new issue