Update ntfy step

This commit is contained in:
Keannu Christian Bernasol 2025-03-27 03:59:27 +08:00
parent c3e1eca5a6
commit b24416e3ab
2 changed files with 2 additions and 12 deletions

View file

@ -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

View file

@ -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