Started setting up auto builds

This commit is contained in:
brian 2023-11-20 03:54:13 -05:00
parent 0b187c30b5
commit 38b72f1ecb

16
drone.yml Normal file
View file

@ -0,0 +1,16 @@
kind: pipeline
type: docker
name: caddy-ui
platform:
os: linux
arch: amd64
steps:
- name: npm-install
image: node:lts-alpine
commands:
- apk add --no-cache libc6-compat
- npm install
- npm run build