mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-10 20:11:28 +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:
|
settings:
|
||||||
url:
|
url:
|
||||||
from_secret: NTFY_URL
|
from_secret: NTFY_URL
|
||||||
title: >
|
title: "$CI_REPO_NAME build $CI_PREV_PIPELINE_STATUS"
|
||||||
{{#success build.status}}
|
|
||||||
Blog image build succeeded
|
|
||||||
{{else}}
|
|
||||||
Blog image build failed
|
|
||||||
{{/success}}
|
|
||||||
priority: urgent
|
priority: urgent
|
||||||
click: https://blog.06222001.xyz
|
click: https://blog.06222001.xyz
|
||||||
icon: https://blog.06222001.xyz/img/logo.svg
|
icon: https://blog.06222001.xyz/img/logo.svg
|
||||||
|
|
|
@ -20,12 +20,7 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
url:
|
url:
|
||||||
from_secret: NTFY_URL
|
from_secret: NTFY_URL
|
||||||
title: >
|
title: "$CI_REPO_NAME build $CI_PREV_PIPELINE_STATUS"
|
||||||
{{#success build.status}}
|
|
||||||
Blog deployment succeeded
|
|
||||||
{{else}}
|
|
||||||
Blog deployment failed
|
|
||||||
{{/success}}
|
|
||||||
priority: urgent
|
priority: urgent
|
||||||
click: https://blog.06222001.xyz
|
click: https://blog.06222001.xyz
|
||||||
icon: https://blog.06222001.xyz/img/logo.svg
|
icon: https://blog.06222001.xyz/img/logo.svg
|
||||||
|
|
Loading…
Add table
Reference in a new issue