bonfire/.drone.yml
light7734 0c1e9e83bd
Some checks failed
continuous-integration/drone/push Build is failing
ci: setup deployment on push to main
fixes #1
2025-08-08 14:20:41 +03:30

19 lines
297 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