bonfire/.drone.yml

20 lines
311 B
YAML
Raw Normal View History

kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
2025-02-21 18:25:19 +03:30
privileged: true
2025-02-21 18:44:37 +03:30
image: node:latest
2025-01-18 17:27:48 +03:30
volumes:
2025-02-21 18:29:44 +03:30
- name: bonfire
2025-02-21 18:31:22 +03:30
path: /bonfire:/bonfire
commands:
2025-02-21 18:42:37 +03:30
- npm install
- npm run build
2025-02-21 18:38:10 +03:30
- cp -r ./build/* /bonfire/
2025-01-18 17:30:09 +03:30
- ls .
- ls /
2025-02-21 18:36:03 +03:30
- ls /bonfire/
- cat /bonfire/index.html