bonfire/.drone.yml
light7734 e379e9b88c
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build encountered an error
ci: mount /root/.ssh
2025-08-08 13:59:08 +03:30

21 lines
360 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
privileged: true
image: byteflair/scp
volumes:
- /root/.ssh:/root/.ssh
commands:
- scp -r ./build light@5.75.206.84:/home/light/bonfire_dev