wishlist-client/.drone.yml
kjuulh bef60da236
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
and status = failure
2022-10-28 22:35:38 +02:00

31 lines
585 B
YAML

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