Files
pixture/.drone.yml
2024-02-08 08:28:22 +01:00

11 lines
146 B
YAML

kind: pipeline
name: default
type: docker
steps:
- name: build
image: node:20-alpine
commands:
- yarn install
- yarn build