caddy-ui/drone.yml
2023-11-20 03:54:13 -05:00

16 lines
No EOL
236 B
YAML

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