bonfire/.drone.yml
light7734 fb08ee9451
Some checks failed
continuous-integration/drone/push Build is failing
cicd: add initial drone script for deployment
2025-01-18 16:59:14 +03:30

12 lines
185 B
YAML

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/