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

24 lines
445 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 /drone
- ls /drone/*
- ls /home/
- cp -r ./build/* /dazzle/
- ls /dazzle/
- cat /dazzle/index.html