This commit is contained in:
11
.drone.yml
11
.drone.yml
@ -16,4 +16,13 @@ steps:
|
||||
- name: frontend
|
||||
image: node
|
||||
commands:
|
||||
- cd frontend && npm install
|
||||
- cd frontend && npm install
|
||||
|
||||
- name: discord notification
|
||||
image: appleboy/drone-discord
|
||||
settings:
|
||||
webhook_id:
|
||||
from_secret: discord_webhook_id
|
||||
webhook_token:
|
||||
from_secret: discord_webhook_token
|
||||
username: Drone
|
Reference in New Issue
Block a user