bonfire/.drone.yml
light7734 2c2177426a
Some checks reported errors
continuous-integration/drone/push Build encountered an error
ci: testing
2025-02-21 18:28:02 +03:30

21 lines
342 B
YAML

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