bonfire/.drone.yml
light7734 5732e18d48
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
style: fix styling
2025-04-25 14:18:13 +03:30

19 lines
353 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
privileged: true
image: node:latest
volumes:
- name: bonfire
path: /bonfire:/bonfire
commands:
- npm install
- npm run build
- cp -r ./build/* /bonfire/
- ls .
- ls /
- ls /bonfire/
- cat /bonfire/index.html