bonfire/.drone.yml
light7734 4de2ddae8d
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is failing
ci: testing
2025-02-21 18:02:25 +03:30

25 lines
412 B
YAML

kind: pipeline
type: docker
name: default
volumes:
- name: bonfire
path: /home/light/bonfire/
steps:
- name: build_deploy
privileged: true
image: ianwalter/pnpm:v1.4.0
volumes:
- name: bonfire
path: /data/bonfire/
commands:
- pnpm install
- pnpm run build
- ls .
- ls /
- ls /home/
- ls /home/light/
- ls /data/
- rm -rv /data/bonfire
- cp -rv ./build /data/bonfire/