.drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
light7734 2025-08-08 14:25:00 +03:30
parent 0c1e9e83bd
commit b9f9dbed08
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -1,6 +1,6 @@
kind: pipeline
type: docker
name: deploy
name: deploy_dev
trigger:
branch:
@ -17,3 +17,24 @@ steps:
image: byteflair/scp
commands:
- scp -r ./build light@5.75.206.84:/home/light/bonfire_dev
---
kind: pipeline
type: docker
name: deploy_prod
trigger:
event:
- tag
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