feat(server): add webhook config

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
master
Bo-Yi Wu 2019-07-27 14:48:50 +08:00
parent d534fad2bf
commit e1a77f69d7
1 changed files with 4 additions and 0 deletions

View File

@ -114,3 +114,7 @@ DRONE_AUTHENTICATION_TOKEN={{ drone_authentication_token }}
{% if drone_authentication_skip_verify is defined %}
DRONE_AUTHENTICATION_SKIP_VERIFY=true
{% endif %}
DRONE_REPOSITORY_FILTER={{ drone_repository_filter }}
DRONE_WEBHOOK_ENDPOINT={{ drone_webhook_endpoint }}
DRONE_WEBHOOK_SECRET={{ drone_webhook_secret }}
DRONE_WEBHOOK_SKIP_VERIFY={{ drone_webhook_skip_verify }}