bonfire/.drone.yml
light7734 d17224bcc6
Some checks reported errors
continuous-integration/drone/push Build encountered an error
ci: add deployment via scp
2025-08-08 13:45:54 +03:30

19 lines
316 B
YAML

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