Update '.drone.yml'
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
289e178405
commit
83daef5c6a
|
@ -9,3 +9,11 @@ steps:
|
||||||
image: gcc
|
image: gcc
|
||||||
commands:
|
commands:
|
||||||
- make
|
- make
|
||||||
|
|
||||||
|
- name: Discord notification
|
||||||
|
image: appleboy/drone-discord
|
||||||
|
settings:
|
||||||
|
webhook_id:
|
||||||
|
from_secret: webhook_id
|
||||||
|
webhook_token:
|
||||||
|
from_secret: webhook_token
|
Loading…
Reference in New Issue