1
0
mirror of https://codeberg.org/gitnex/GitNex synced 2024-12-22 00:04:56 +01:00
GitNex-Android-App/.woodpecker/finish.yml
2024-12-18 19:22:34 +05:00

22 lines
676 B
YAML

depends_on:
- build
- locale
- check
skip_clone: true
steps:
discord:
image: appleboy/drone-discord
settings:
message: "{{#success build.status}} ✅ Build #{{build.number}} of `{{repo.name}}` succeeded.\n\n📝 Commit by {{commit.author}}:\n``` {{commit.message}} ```\n\n🌐 {{ build.link }} {{else}} ❌ Build #{{build.number}} of `{{repo.name}}` failed.\n\n📝 Commit by {{commit.author}}:\n``` {{commit.message}} ```\n\n🌐 {{ build.link }} {{/success}}\n"
webhook_id:
from_secret:
DISCORD_BOT_ID
webhook_token:
from_secret:
DISCORD_BOT_SECRET
when:
event: [ push ]
branch: main