bonfire/.drone.yml
light7734 6bd9240582
Some checks failed
continuous-integration/drone/push Build is failing
ci: fix privleged mode = true
2025-08-08 13:47:01 +03:30

18 lines
296 B
YAML

kind: pipeline
type: docker
name: deploy
trigger:
branch:
- main
steps:
- name: build
image: node:latest
commands:
- npm install
- npm run build
- name: deploy
image: byteflair/scp
commands:
- scp -r ./build light@5.75.206.84:/home/light/bonfire_dev