ソースを参照

drone notify email

luis 7 年 前
コミット
b02b0a5efc
1 ファイル変更1 行追加1 行削除
  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 ]