mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-04-05 01:21:27 +08:00
Update ntfy step
This commit is contained in:
parent
61759e37cd
commit
a9b5bf30dd
2 changed files with 26 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue