mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-04 17:11:34 +08:00
Drop ntfy
This commit is contained in:
parent
2a2b47c6e4
commit
0bcc628b2e
2 changed files with 0 additions and 30 deletions
|
@ -19,21 +19,6 @@ steps:
|
|||
- docker push "$REGISTRY_IMAGE_TAG"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- name: ntfy
|
||||
image: codeberg.org/l-x/woodpecker-ntfy
|
||||
settings:
|
||||
url:
|
||||
from_secret: NTFY_URL
|
||||
title: >
|
||||
{{#success build.status}}
|
||||
{CI_REPO_NAME} build {{build.number}} {{build.status}}
|
||||
{{/success}}
|
||||
priority: urgent
|
||||
click: https://blog.06222001.xyz
|
||||
icon: https://github.com/woodpecker-ci/woodpecker/blob/main/docs/static/img/logo.svg
|
||||
tags: robot,${CI_REPO_NAME}
|
||||
message: ${CI_COMMIT_MESSAGE}
|
||||
depends_on: build
|
||||
- name: discord
|
||||
image: appleboy/drone-discord
|
||||
settings:
|
||||
|
|
|
@ -11,21 +11,6 @@ steps:
|
|||
- npm install --save-dev
|
||||
- npm run build
|
||||
- npx wrangler pages deploy "./build/" --project-name blog --branch master --commit-dirty
|
||||
- name: ntfy
|
||||
image: codeberg.org/l-x/woodpecker-ntfy
|
||||
settings:
|
||||
url:
|
||||
from_secret: NTFY_URL
|
||||
title: >
|
||||
{{#success build.status}}
|
||||
{CI_REPO_NAME} deploy {{build.number}} {{build.status}}
|
||||
{{/success}}
|
||||
priority: urgent
|
||||
click: https://blog.06222001.xyz
|
||||
icon: https://github.com/woodpecker-ci/woodpecker/blob/main/docs/static/img/logo.svg
|
||||
tags: robot,${CI_REPO_NAME}
|
||||
message: ${CI_COMMIT_MESSAGE}
|
||||
depends_on: deploy
|
||||
- name: discord
|
||||
image: appleboy/drone-discord
|
||||
settings:
|
||||
|
|
Loading…
Add table
Reference in a new issue