diff --git a/.drone.yml b/.drone.yml index 65a3c92..8b20046 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,4 +8,12 @@ steps: - name: test image: gcc commands: - - make \ No newline at end of file + - make + +- name: Discord notification + image: appleboy/drone-discord + settings: + webhook_id: + from_secret: webhook_id + webhook_token: + from_secret: webhook_token \ No newline at end of file