瀏覽代碼

drone notify email

luis 7 年之前
父節點
當前提交
82f1b34572
共有 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 ]