xrg.es/.drone.yml

28 lines
482 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: say-hello
image: busybox
commands:
- echo hello-world
- name: backend
image: composer
commands:
- cd backend && composer install
- name: frontend
image: node
commands:
- 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