Explorar el Código

drone notify email

luis hace 7 años
padre
commit
66b2103282
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -43,7 +43,7 @@ pipeline:
     host: smtp.hexasoftware.com
 +   skip_verify: true
     username: luisf@hexasoftware.com
-    password: $$email_password
+    password: $$EMAIL_PASSWORD
     from: drone@hexasoftware.com
     when:
       status: [ changed, failure ]