diff --git a/drone.yml b/drone.yml new file mode 100644 index 0000000..8abe62f --- /dev/null +++ b/drone.yml @@ -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 \ No newline at end of file