mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-16 09:24:00 +00:00
Add a ntfy notif on a tag deploy success. (#2701)
This commit is contained in:
parent
0c8fd240a6
commit
bc8845391f
1 changed files with 9 additions and 0 deletions
|
@ -207,6 +207,15 @@ steps:
|
||||||
status:
|
status:
|
||||||
- failure
|
- 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:
|
services:
|
||||||
- name: database
|
- name: database
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
|
|
Loading…
Reference in a new issue