dazzle/.drone.yml
light7734 8ba961b48a
Some checks failed
continuous-integration/drone/push Build is failing
wip
2025-04-25 14:59:46 +03:30

19 lines
359 B
YAML

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