bonfire/.drone.yml
light7734 1944444cf9
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
testing
2025-04-25 15:05:41 +03:30

16 lines
286 B
YAML

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