config🔧: test
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
9353d5ff5d
commit
2974610700
19
.drone.yml
19
.drone.yml
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue