bonfire/.drone.yml
light7734 287308c8d3
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build encountered an error
ci: testing
2025-02-21 18:42:37 +03:30

19 lines
317 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
privileged: true
image: stagex/npm: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