ci: setup initial drone script
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-04-25 14:30:24 +03:30
parent 72eaae33a5
commit a4d32bab24
Signed by: light7734
GPG key ID: B76EEFFAED52D359

19
.drone.yml Normal file
View file

@ -0,0 +1,19 @@
kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
privileged: true
image: node:latest
volumes:
- name: dazzle
path: /dazzle:/dazzle
commands:
- npm install
- npm run build
- cp -r ./build/* /dazzle/
- ls .
- ls /
- ls /dazzle/
- cat /dazzle/index.html