config🔧: update recipients
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
4bfc47a57f
commit
06038e853a
|
@ -104,11 +104,17 @@ steps:
|
|||
from_secret: mail_username
|
||||
recipients:
|
||||
- lijianchao@sentenceend.com
|
||||
- biankunchao@sentenceend.com
|
||||
# - biankunchao@sentenceend.com
|
||||
subject: Drone CI Build or Deployment(${DRONE_REPO})
|
||||
body: |-
|
||||
仓库 ${DRONE_REPO} 在 ${DRONE_BRANCH} 分支触发了 ${DRONE_BUILD_EVENT} 事件,提交信息 ${DRONE_COMMIT_MESSAGE} ,构建和发布 ${DRONE_BUILD_STATUS}!
|
||||
|
||||
# 挂载本地磁盘路径
|
||||
volumes:
|
||||
- name: cache
|
||||
host:
|
||||
path: /tmp/drone-cache
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- main
|
||||
|
|
Loading…
Reference in New Issue