bonfire/.drone.yml
light7734 966c77e2a1
Some checks failed
continuous-integration/drone/push Build is failing
ci: testing
2025-02-21 18:29:44 +03:30

21 lines
368 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
privileged: true
image: ianwalter/pnpm:v1.4.0
volumes:
- name: bonfire
path: /home/light/bonfire:/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/