Woodpecker updates.

This commit is contained in:
Dessalines 2023-08-07 19:59:17 -04:00
parent 2117f1d0f2
commit e1cad469f3

View file

@ -1,4 +1,4 @@
pipeline:
steps:
fetch_git_submodules:
image: node:alpine
commands:
@ -43,3 +43,19 @@ pipeline:
tag: dev
when:
event: cron
notify_on_failure:
image: alpine:3
commands:
- apk add curl
- "curl -d'Lemmy-UI CI build failed: ${CI_PIPELINE_URL}' ntfy.sh/lemmy_drone_ci"
when:
status: [failure]
notify_on_tag_deploy:
image: alpine:3
commands:
- apk add curl
- "curl -d'lemmy-ui:${CI_COMMIT_TAG} deployed' ntfy.sh/lemmy_drone_ci"
when:
event: tag