Files
xiaohongshu-mcp/.drone.yml
Yaojia Wang 080d508648
Some checks failed
continuous-integration/drone/push Build is failing
Build and Release / build (push) Has been cancelled
Use official docker repo
2026-03-22 17:38:51 +01:00

19 lines
379 B
YAML

kind: pipeline
type: kubernetes
name: deploy
trigger:
branch:
- main
event:
- push
- custom
steps:
- name: deploy
image: bitnami/kubectl:latest
commands:
- kubectl apply -k k8s/base/
- kubectl rollout restart deploy/xiaohongshu-mcp -n xiaohongshu-mcp
- kubectl rollout status deploy/xiaohongshu-mcp -n xiaohongshu-mcp --timeout=120s