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 - /busybox/sh .ci/scripts/build.sh
- name: deploy - name: deploy
image: alpine/helm:3.14 image: alpine:3.19
depends_on: [build] depends_on: [build]
environment: environment:
KUBE_CONFIG: KUBE_CONFIG:
from_secret: KUBE_CONFIG from_secret: KUBE_CONFIG
commands: commands:
- apk add --no-cache bash yq kubectl - apk add --no-cache bash yq kubectl helm
- bash .ci/scripts/deploy.sh - bash .ci/scripts/deploy.sh
- name: notify - name: notify
image: appleboy/drone-telegram image: appleboy/drone-telegram
depends_on: [deploy] depends_on: [deploy]
failure: ignore
settings: settings:
token: token:
from_secret: TELEGRAM_TOKEN from_secret: TELEGRAM_TOKEN