添加自动触发 WebHook 的 CD 流程
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-27 03:19:34 +08:00
parent 83864be962
commit d9db9332dd

View File

@ -19,6 +19,11 @@ steps:
volumes:
- name: docker-socket
path: /var/run/docker.sock
- name: 触发 Webhook
image: plugins/webhook
settings:
urls:
from_secret: DEPLOY-WEBHOOK-URL
- name: 发送构建结果到 ntfy
image: parrazam/drone-ntfy
when: