luis 7 年 前
コミット
36bcadcb05
1 ファイル変更9 行追加0 行削除
  1. 9 0
      .drone.yml

+ 9 - 0
.drone.yml

@@ -38,5 +38,14 @@ pipeline:
     volumes:
       - /var/run/docker.sock:/var/run/docker.sock
       - /home/stdio/.docker/config.json:/root/.docker/config.json
+  notify:
+    image: drillster/drone-email
+    host: smtp.hexasoftware.com
++   skip_verify: true
+    username: luisf@hexasoftware.com
+    password: $$email_password
+    from: drone@hexasoftware.com
+    when:
+      status: [ changed, failure ]