dazzle/.drone.yml
light7734 e1a47c2f0f
Some checks failed
continuous-integration/drone/push Build is failing
wip
2025-04-25 15:01:29 +03:30

22 lines
407 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
privileged: true
image: node:latest
volumes:
- name: dazzle
path: /home/light/dazzle/:/dazzle
commands:
# - npm install
# - npm run build
- pwd
- ls .
- ls ..
- ls /
- ls /home/
- cp -r ./build/* /dazzle/
- ls /dazzle/
- cat /dazzle/index.html