kasperhermansen-blog/.drone.yml
kjuulh c4150457e0
All checks were successful
continuous-integration/drone/push Build is passing
fix telegram
2022-05-22 22:56:24 +02:00

24 lines
506 B
YAML

kind: pipeline
name: default
type: docker
steps:
- name: blog
image: plugins/docker
settings:
username: kasperhermansen
password:
from_secret:
docker_secret
repo: kasperhermansen/kasperhermansen-blog
tags: latest
- name: send telegram notification
image: appleboy/drone-telegram
settings:
token:
from_secret: telegram_token
to: 2129601481
format: markdown
depends_on:
- blog
when:
status: [failure]