try drone

This commit is contained in:
Adam Burgess 2021-12-11 16:23:04 +11:00
parent 8fc36b4d85
commit 685bc20355

12
.drone.yml Normal file
View File

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