bonfire/.drone.yml
light7734 0e39513c55
Some checks failed
continuous-integration/drone/push Build is failing
ci: testing
2025-02-21 18:38:10 +03:30

19 lines
324 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
- cp -r ./build/* /bonfire/
- ls .
- ls /
- ls /bonfire/
- cat /bonfire/index.html