config🔧: test
continuous-integration/drone/push Build is passing Details

main
isboyjc 2024-02-06 03:24:13 +08:00
parent 9353d5ff5d
commit 2974610700
1 changed files with 12 additions and 7 deletions

View File

@ -96,15 +96,20 @@ steps:
recipients_only: true # 只发送给指定邮件收件人,不默认发送给流水线创建人
host: smtp.feishu.cn # SMTP服务器 例如 smtp.qq.com
port: 587 # SMTP服务端口 例如QQ邮箱端口465
username: develop@sentenceend.com
password: Ljc15090683283
from: develop@sentenceend.com
username:
from_secret: mail_username
password:
from_secret: mail_password
from:
from_secret: mail_username
recipients:
- lijianchao@sentenceend.com
- biankunchao@sentenceend.com
subject: "DroneCI构建通知!"
body: |
DroneCI构建完成这是一条通知信息请勿回复
# - biankunchao@sentenceend.com
subject: ${DRONE_REPO} - Drone Build Complete!
body: |-
Drone Build Complete!
这是一条通知信息,请勿回复!
详细信息:
- 仓库: ${DRONE_REPO}