Make discord notifications possible
continuous-integration/drone/push Build is passing Details

main
nightly 2022-10-19 16:05:44 +02:00
parent c8029f5588
commit 816a51cd22
1 changed files with 12 additions and 4 deletions

View File

@ -2,17 +2,25 @@ kind: pipeline
name: default
steps:
- name: install
- name: Install
image: node
commands:
- npm install
- name: build
- name: Build
image: node
commands:
- npm run build
- name: test
- name: Test
image: node
commands:
- npm run test
- npm run test
- name: Discord Notification
image: appleboy/drone-discord
settings:
webhook_id:
from_secret: webhook_id
webhook_token:
from_secret: webhook_token