dazzle/.drone.yml
light7734 a4d32bab24
Some checks failed
continuous-integration/drone/push Build is failing
ci: setup initial drone script
2025-04-25 14:30:24 +03:30

19 lines
347 B
YAML

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