fix: remove slack notify from deploy pipeline to unblock manual triggers

This commit is contained in:
Viktor Barzin 2026-03-16 22:18:48 +00:00
parent 714fb366d0
commit 18e27d07d2
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -13,11 +13,3 @@ steps:
- "kubectl set image deployment/claude-memory claude-memory=${IMAGE_NAME}:${IMAGE_TAG} -n claude-memory"
- "kubectl rollout status deployment/claude-memory -n claude-memory --timeout=300s"
- name: notify
image: woodpeckerci/plugin-slack
settings:
webhook:
from_secret: slack-webhook-url
channel: general
when:
- status: [success, failure]