dazzle/.drone.yml
light7734 0cf1ecbb76
All checks were successful
continuous-integration/drone/push Build is passing
articles/graphics-pipeline (#1)
Reviewed-on: #1
Co-authored-by: light7734 <light7734@tuta.io>
Co-committed-by: light7734 <light7734@tuta.io>
2025-04-28 15:00:11 +00:00

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/