cicd: add initial drone script for deployment
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
light7734 2025-01-18 16:59:14 +03:30
parent 7bd52b6a84
commit fb08ee9451
Signed by: light7734
GPG key ID: B76EEFFAED52D359

12
.drone.yml Normal file
View file

@ -0,0 +1,12 @@
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/