fix(cicd): add misisng host volume section & fix container path
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-01-18 17:46:00 +03:30
parent 20dd39e9fe
commit 5fd139a5c2
Signed by: light7734
GPG key ID: B76EEFFAED52D359

View file

@ -2,13 +2,17 @@ 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/:/data/bonfire
path: /data/bonfire/
commands:
- pnpm install
- pnpm run build