Files
tgCrewLanding/.drone.yml
CCTVcalc 95254e5d5b
Some checks failed
continuous-integration/drone/push Build is failing
test10
2025-07-23 16:39:32 +03:00

24 lines
448 B
YAML

kind: pipeline
type: docker
name: deploy
steps:
- name: build
image: node:22
commands:
- npm install -g @quasar/cli
- npm install
- quasar build -m spa
- name: deploy
image: appleboy/drone-scp
settings:
host: 10.10.10.10
username: root
key:
from_secret: SSH-nginx-key
source: dist/spa/*
target: /usr/share/nginx/tgCrewLanding
rm: true
when:
branch: main