homepage/.drone.yml
2021-12-11 16:23:04 +11:00

13 lines
158 B
YAML

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