homepage/.drone.yml
2021-12-11 16:24:47 +11:00

13 lines
161 B
YAML

kind: pipeline
type: docker
name: default
platform:
arch: arm64
steps:
- name: greeting
image: aburgess/node:latest-npm
commands:
- pnpm i
- nr build