Browse Source

Drone email

luis 7 năm trước cách đây
mục cha
commit
36bcadcb05
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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 ]