Update .yml files

This commit is contained in:
Keannu Christian Bernasol 2025-03-27 04:14:31 +08:00
parent 673c4903e2
commit 9e2954940f
2 changed files with 21 additions and 1 deletions

View file

@ -30,6 +30,16 @@ steps:
icon: https://blog.06222001.xyz/img/logo.svg
tags: robot,${CI_REPO_NAME}
message: ${CI_COMMIT_MESSAGE}
depends_on: build
- name: discord
image: appleboy/drone-discord
settings:
webhook_id:
from_secret: DISCORD_WEBHOOK_ID
webhook_token:
from_secret: DISCORD_WEBHOOK_TOKEN
message: "${CI_REPO_NAME} build ${CI_PREV_PIPELINE_STATUS}"
depends_on: build
when:
- branch: master

View file

@ -31,12 +31,22 @@ steps:
settings:
url:
from_secret: NTFY_URL
title: "${CI_REPO_NAME} build ${CI_PREV_PIPELINE_STATUS}"
title: "${CI_REPO_NAME} deploy ${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}
depends_on: deploy
- name: discord
image: appleboy/drone-discord
settings:
webhook_id:
from_secret: DISCORD_WEBHOOK_ID
webhook_token:
from_secret: DISCORD_WEBHOOK_TOKEN
message: "${CI_REPO_NAME} deploy ${CI_PREV_PIPELINE_STATUS}"
depends_on: deploy
when:
- branch: master