homepage/.drone.yml

13 lines
158 B
YAML
Raw Normal View History

2021-12-11 16:23:04 +11:00
kind: pipeline
type: docker
name: default
platform:
arch: arm64
steps:
- name: greeting
image: aburgess/node:latest-npm
commands:
- p i
- nr build