Browse Source

drone notify email(4)

luis 7 years ago
parent
commit
15d0f64d70
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

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