bonfire/.drone.yml

13 lines
185 B
YAML
Raw Normal View History

kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
image: node:12
commands:
- npm install
- npm run build
- rm -rv /bonfire
- cp -rv ./build /bonfire/