Procházet zdrojové kódy

drone email config

luis před 7 roky
rodič
revize
fd3939c33a
1 změnil soubory, kde provedl 1 přidání a 5 odebrání
  1. 1 5
      .drone.yml

+ 1 - 5
.drone.yml

@@ -62,12 +62,8 @@ pipeline:
   notify:
     image: drillster/drone-email
     from: drone@hexasoftware.com
-    host: mail.hexasoftware.com
     skip_verify: true
-    username: drone@hexasoftware.com
-    recipients:
-      - luisf@hexasoftware.com
-    secrets: [email_password]
+    secrets: [email_password, email_recipients, email_host, email_username]
     when:
       status: [ failure, success ]