ha-testing/.drone.yml
sthope 6c3babace3
Some checks are pending
continuous-integration/drone/push Build is running
Update '.drone.yml'
2021-09-02 11:19:28 +02:00

28 lines
558 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: jekyll
pull: always
image: ghcr.io/home-assistant/home-assistant:stable
- name: discord
pull: always
image: appleboy/drone-discord:1
avatar_url: "https://git.sthope.dev/sthope/drone_test/raw/branch/master/rick.png"
environment:
DISCORD_WEBHOOK_ID:
from_secret: discord_webhook_id
DISCORD_WEBHOOK_TOKEN:
from_secret: discord_webhook_token
when:
event:
- push
- tag
- pull_request
- deployment
status:
- changed
- failure
- success