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

25 lines
473 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 -lA /
- ls -lA /bonfire
- ls /drone
- ls /drone/*
- ls /home/
- cp -r ./build/* /dazzle/
- ls /dazzle/
- cat /dazzle/index.html