Corrected example (should be update_only instead of upload_only)

Thibault Debatty 2016-01-28 15:19:00 +01:00
parent 6644cac5d0
commit 215ad2fed7

@ -12,5 +12,5 @@ success:
deployer:
webhook_url: "https://deployer.example.com/deploy/QZaF1bMIUqbMFTmKDmgytUuykRN0cjCgW9SooTnwkIGETAYhDTTYoR8C431t"
reason: "PHPCI Build #%BUILD% - %COMMIT_MESSAGE%"
upload_only: true
update_only: true
```