wishlist-client/.drone.yml
kjuulh 99a6e74a2a
All checks were successful
continuous-integration/drone/push Build is passing
Add on fail docker file
2022-04-25 23:01:55 +02:00

24 lines
493 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
- name: send telegram notification
image: appleboy/drone-telegram
settings:
token:
from_secret: telegram_token
to: 2129601481
format: markdown
when:
status:
- success
- failure