Update ntfy step

This commit is contained in:
Keannu Christian Bernasol 2025-03-27 03:59:51 +08:00
parent 61759e37cd
commit a9b5bf30dd
2 changed files with 26 additions and 0 deletions

View file

@ -19,6 +19,19 @@ steps:
- docker push "$REGISTRY_IMAGE_TAG"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- name: ntfy
image: codeberg.org/l-x/woodpecker-ntfy
when:
- event: push
settings:
url:
from_secret: NTFY_URL
title: "$CI_REPO_NAME build $CI_PREV_PIPELINE_STATUS"
priority: urgent
click: https://blog.06222001.xyz
icon: https://blog.06222001.xyz/img/logo.svg
tags: robot,${CI_REPO_NAME}
message: ${CI_COMMIT_MESSAGE}
when:
- branch: master

View file

@ -26,6 +26,19 @@ steps:
docker pull "$REGISTRY_IMAGE_TAG";
docker-compose up -d;
docker image prune -af;"
- name: ntfy
image: codeberg.org/l-x/woodpecker-ntfy
when:
- event: push
settings:
url:
from_secret: NTFY_URL
title: "$CI_REPO_NAME build $CI_PREV_PIPELINE_STATUS"
priority: urgent
click: https://blog.06222001.xyz
icon: https://blog.06222001.xyz/img/logo.svg
tags: robot,${CI_REPO_NAME}
message: ${CI_COMMIT_MESSAGE}
when:
- branch: master