mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-04 17:11:34 +08:00
Update ntfy step
This commit is contained in:
parent
c3e1eca5a6
commit
b24416e3ab
2 changed files with 2 additions and 12 deletions
|
@ -29,12 +29,7 @@ steps:
|
|||
settings:
|
||||
url:
|
||||
from_secret: NTFY_URL
|
||||
title: >
|
||||
{{#success build.status}}
|
||||
Blog image build succeeded
|
||||
{{else}}
|
||||
Blog image build failed
|
||||
{{/success}}
|
||||
title: "$CI_REPO_NAME build $CI_PREV_PIPELINE_STATUS"
|
||||
priority: urgent
|
||||
click: https://blog.06222001.xyz
|
||||
icon: https://blog.06222001.xyz/img/logo.svg
|
||||
|
|
|
@ -20,12 +20,7 @@ steps:
|
|||
settings:
|
||||
url:
|
||||
from_secret: NTFY_URL
|
||||
title: >
|
||||
{{#success build.status}}
|
||||
Blog deployment succeeded
|
||||
{{else}}
|
||||
Blog deployment failed
|
||||
{{/success}}
|
||||
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