From 3e5967a0cbe33d1f6e455b17dbeb386f5ee88881 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 18 Aug 2020 11:02:54 +0200 Subject: [PATCH] Add email notification for failed jobs --- .build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.build.yml b/.build.yml index 5e0f618..df4b9df 100644 --- a/.build.yml +++ b/.build.yml @@ -28,3 +28,7 @@ tasks: docker push crocmagnon/blog - deploy: | ssh blog -o StrictHostKeyChecking=no "/srv/blog/redeploy" +triggers: + - action: email + condition: failure + to: Gabriel Augendre