All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #1 Co-authored-by: light7734 <light7734@tuta.io> Co-committed-by: light7734 <light7734@tuta.io>
13 lines
236 B
YAML
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/
|