diff --git a/.drone.yml b/.drone.yml index 9f91ecb..897fc2e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,14 @@ pipeline: commands: - pip install tox - tox -e "${TOXENV}-${DATABASE}" + notify: + image: drillster/drone-email + from: drone@localhost + host: smtp + port: 25 + skip_verify: true + when: + status: [ changed, failure ] services: postgresql: