dazzle/.drone.yml
light7734 ee686f81ec
All checks were successful
continuous-integration/drone/push Build is passing
wip
2025-04-25 15:13:58 +03:30

12 lines
206 B
YAML

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