fix ci
Some checks failed
continuous-integration/drone/push Build is passing
Deploy to pages / build (push) Has been cancelled

This commit is contained in:
2026-02-08 12:03:35 +03:00
parent b49ee9c524
commit 642ef2133a

View File

@ -29,18 +29,19 @@ steps:
- /busybox/sh .ci/scripts/build.sh
- name: deploy
image: alpine/helm:3.14
image: alpine:3.19
depends_on: [build]
environment:
KUBE_CONFIG:
from_secret: KUBE_CONFIG
commands:
- apk add --no-cache bash yq kubectl
- apk add --no-cache bash yq kubectl helm
- bash .ci/scripts/deploy.sh
- name: notify
image: appleboy/drone-telegram
depends_on: [deploy]
failure: ignore
settings:
token:
from_secret: TELEGRAM_TOKEN