Started setting up auto builds
This commit is contained in:
parent
0b187c30b5
commit
38b72f1ecb
1 changed files with 16 additions and 0 deletions
16
drone.yml
Normal file
16
drone.yml
Normal 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
|
||||||
Loading…
Add table
Reference in a new issue