bonfire/.drone.yml
light7734 4186e3df94
Some checks failed
continuous-integration/drone/push Build is failing
fix(cicd): change npm to pnpm
2025-01-18 17:06:19 +03:30

12 lines
200 B
YAML

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