fix ci
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user