Skip to content

Commit 6da6679

Browse files
author
WangJun
committed
add drone.yml
1 parent c0f85b7 commit 6da6679

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.drone.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
kind: pipeline
2+
name: default
3+
4+
steps:
5+
- name: notify
6+
image: beanjs/drone-wxpusher
7+
settings:
8+
ids:
9+
from_secret: uids
10+
title: |
11+
BIM开发组:${DRONE_COMMIT_AUTHOR_NAME}
12+
项目名称:${DRONE_REPO_NAME}
13+
项目地址:${DRONE_GIT_HTTP_URL}
14+
remark: |
15+
分支:${DRONE_BRANCH}
16+
${DRONE_COMMIT_MESSAGE}
17+
subtitle_text: 工作日志

0 commit comments

Comments
 (0)