ci: Update Discord notification message
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ching 2024-03-05 00:44:58 +08:00
parent 1db92e124a
commit 0392d5dcad

View File

@ -53,8 +53,13 @@ steps:
- name: discord notification - name: discord notification
image: appleboy/drone-discord image: appleboy/drone-discord
settings: settings:
webhook_id: 1213409068559900683 webhook_id: discord_webhook_id
webhook_token: szl0AICZwA1V82dg8Vrc_xqOCl1WwnxktlQdf4cdILswR-xZBI5-JOdqGSD8dVUNcUlH webhook_token: discord_webhook_token
message: |
Drone Build #${DRONE_BUILD_NUMBER} ${DRONE_BUILD_STATUS}
Project: ${DRONE_REPO_NAME}
Branch: ${DRONE_BRANCH}
Commit: ${DRONE_COMMIT_SHA:0:8}
when: when:
status: [success, failure] status: [success, failure]