kind: pipeline
name: Test
platform:
arch: amd64
steps:
- name: test
image: gcc
commands:
- make
- name: Discord notification
image: appleboy/drone-discord
settings:
webhook_id:
from_secret: webhook_id
webhook_token:
from_secret: webhook_token