Files
mattrbld/.drone.yml
2026-05-13 13:51:54 -07:00

12 lines
185 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: node:current
commands:
- npm install
- npm run build
- rsync -uav _site/ mattrbld-site