bonfire/.drone.yml
light7734 3b6d544d60
Some checks failed
continuous-integration/drone/push Build is failing
ci: testing
2025-02-21 18:22:04 +03:30

25 lines
401 B
YAML

kind: pipeline
type: docker
name: default
volumes:
- name: bonfire
path: /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/