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
5ae64a2b8e
commit
673c4903e2
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ steps:
|
|||
settings:
|
||||
url:
|
||||
from_secret: NTFY_URL
|
||||
title: "$CI_REPO_NAME build $CI_PREV_PIPELINE_STATUS"
|
||||
title: "${CI_REPO_NAME} build ${CI_PREV_PIPELINE_STATUS}"
|
||||
priority: urgent
|
||||
click: https://blog.06222001.xyz
|
||||
icon: https://blog.06222001.xyz/img/logo.svg
|
||||
|
|
|
@ -31,7 +31,7 @@ steps:
|
|||
settings:
|
||||
url:
|
||||
from_secret: NTFY_URL
|
||||
title: "$CI_REPO_NAME build $CI_PREV_PIPELINE_STATUS"
|
||||
title: "${CI_REPO_NAME} build ${CI_PREV_PIPELINE_STATUS}"
|
||||
priority: urgent
|
||||
click: https://blog.06222001.xyz
|
||||
icon: https://blog.06222001.xyz/img/logo.svg
|
||||
|
|
Loading…
Add table
Reference in a new issue