mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00:00
Merge branch 'main' into fix-peertube-fetching
This commit is contained in:
commit
5a51a2543c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue