dazzle/.drone.yml
light7734 9a0b503343
Some checks failed
continuous-integration/drone/push Build is failing
wip
2025-04-28 17:46:42 +03:30

13 lines
236 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
privileged: true
image: node:latest
commands:
- rm -rf ./node_modules
- npm install
- npm run build
- cp -r ./build/* /dazzle/