Add a ntfy notif on a tag deploy success. (#2701)

This commit is contained in:
Dessalines 2023-02-04 12:51:48 -05:00 committed by GitHub
parent 0c8fd240a6
commit bc8845391f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,6 +207,15 @@ steps:
status:
- failure
- name: Notify on tag deploy
image: alpine:3
commands:
- apk add curl
- "curl -d'lemmy:${DRONE_TAG} deployed' ntfy.sh/lemmy_drone_ci"
when:
ref:
- refs/tags/*
services:
- name: database
image: postgres:15-alpine