kasperhermansen-blog/.drone.yml
kjuulh ee14f7140a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build encountered an error
add drone
2022-05-22 22:55:13 +02:00

25 lines
523 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:
- client
- server
when:
status: [failure]