wishlist-client/.drone.yml

24 lines
493 B
YAML
Raw Normal View History

2022-04-24 23:25:12 +02:00
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
2022-04-25 23:01:55 +02:00
format: markdown
when:
status:
- success
- failure