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