diff --git a/.drone.yml b/.drone.yml index 11d8366..0ab0df9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,4 +16,13 @@ steps: - name: frontend image: node commands: - - cd frontend && npm install \ No newline at end of file + - 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 \ No newline at end of file