Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mozhu811 authored Oct 18, 2023
1 parent 8bd7dad commit 7fc0892
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,28 @@
```yaml
kind: pipeline
type: docker
name: ci
name: build
steps:
- name: build
image: golang:1.21-alpine
commands:
- GO111MODULE=on CGO_ENABLED=0 GOOS=linux go build -a -o drone-feishu .
- name: notify
- name: notification
image: cruii/drone-feishu
pull: always
settings:
user_id:
# 飞书用户ID
from_secret: user_id
chat_id:
from_secret: chat_id
app_id:
#飞书机器人App ID
from_secret: app_id
app_secret:
#飞书机器人App Secret
from_secret: app_secret
when:
status:
- success
- failure
trigger:
event:
include:
Expand Down

0 comments on commit 7fc0892

Please sign in to comment.