bonfire/.drone.yml
light7734 fe995c036d
All checks were successful
continuous-integration/drone/push Build is passing
ci: fix silly mistake
2025-08-08 14:02:33 +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