From bc8845391f38b82c6e4b59842bedc8c30526bcb2 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 4 Feb 2023 12:51:48 -0500 Subject: [PATCH] Add a ntfy notif on a tag deploy success. (#2701) --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8c5fb0d36..9b8588e94 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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