xrg.es/.drone.yml

14 lines
205 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: backend
image: composer
commands:
- cd backend && composer install
- name: frontend
image: node
commands:
- cd frontend && npm install