luis 7 vuotta sitten
vanhempi
commit
36bcadcb05
1 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  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 ]