bonfire/.drone.yml
light7734 4a69e18339
All checks were successful
continuous-integration/drone/push Build is passing
ci: testing
2025-02-21 18:36:03 +03:30

18 lines
294 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
privileged: true
image: ianwalter/pnpm:v1.4.0
volumes:
- name: bonfire
path: /bonfire:/bonfire
commands:
- pnpm install
- pnpm run build
- ls .
- ls /
- ls /bonfire/
- cat /bonfire/index.html