Compare commits

...

2 Commits

Author SHA1 Message Date
Dessalines
5a51a2543c
Merge branch 'main' into fix-peertube-fetching 2023-02-05 00:37:48 -05:00
Dessalines
bc8845391f
Add a ntfy notif on a tag deploy success. (#2701) 2023-02-05 02:51:48 +09:00

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