FIX deploy of travis.yml

This commit is contained in:
Mitchell Krog 2020-03-10 15:01:14 +02:00
parent fd118615c7
commit ac327cda0f
No known key found for this signature in database
GPG key ID: E02E9D10427B6A43

View file

@ -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