bonfire/.drone.yml
light7734 5fd139a5c2
Some checks failed
continuous-integration/drone/push Build is failing
fix(cicd): add misisng host volume section & fix container path
2025-01-18 17:46:00 +03:30

23 lines
372 B
YAML

kind: pipeline
type: docker
name: default
volumes:
- name: bonfire
path: /data/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 /data/
- rm -rv /data/bonfire
- cp -rv ./build /data/bonfire/