bonfire/.drone.yml
light7734 20dd39e9fe
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing
cicd: add priveleged to drone script
2025-01-18 17:41:50 +03:30

19 lines
333 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
privileged: true
image: ianwalter/pnpm:v1.4.0
volumes:
- name: bonfire
path: /data/bonfire/:/data/bonfire
commands:
- pnpm install
- pnpm run build
- ls .
- ls /
- ls /data/
- rm -rv /data/bonfire
- cp -rv ./build /data/bonfire/