bonfire/.drone.yml
light7734 84e95fc97c
All checks were successful
continuous-integration/drone/push Build is passing
ci: testing
2025-02-21 18:44:37 +03:30

19 lines
311 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