diff --git a/.drone.yml b/.drone.yml index 3e60546..d00c2f0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,3 +11,14 @@ steps: - nix-channel --update - nix-build '' -j4 -A config.system.build.toplevel -I nixos-config=thinkpad/configuration.nix + - name: notify + image: drillster/drone-email + settings: + host: smtp.soverin.net + username: + from_secret: email_username + password: + from_secret: email_password + from: drone@sijman.nl + when: + status: [failure]