bonfire/.drone.yml
light7734 5e10de4bad
Some checks reported errors
continuous-integration/drone/push Build encountered an error
ci: fix duplicate step name
2025-08-08 13:46:28 +03:30

19 lines
317 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: deploy
image: byteflair/scp
commands:
- scp -r ./build light@5.75.206.84:/home/light/bonfire_dev