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