From d60cd1520b5de31d248eff5938bc4cf73e2eca97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Wed, 17 Jul 2019 11:00:03 +0200 Subject: [PATCH] Update .rancher-pipeline.yml file --- .rancher-pipeline.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.rancher-pipeline.yml b/.rancher-pipeline.yml index 556e40c..11f9ef7 100644 --- a/.rancher-pipeline.yml +++ b/.rancher-pipeline.yml @@ -12,4 +12,11 @@ stages: - applyYamlConfig: path: ./deployment.yaml timeout: 60 -notification: {} +notification: + recipients: + - recipient: rene@webmeisterei.com + notifier: local:n-mtzwd + condition: + - Success + - Changed + - Failed