bonfire/.drone.yml

13 lines
198 B
YAML
Raw Normal View History

kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
2025-01-18 17:04:42 +03:30
image: ianwalter/pnpm:v1.4.0
commands:
- npm install
- npm run build
- rm -rv /bonfire
- cp -rv ./build /bonfire/