Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2025-07-23 22:21:59 +03:00
parent 5bdf75605b
commit 5d5819a732

View File

@@ -16,6 +16,8 @@ steps:
- npm install -g @quasar/cli
- npm install
- quasar build -m spa
- mv dist/spa/* /
- rm -rf dist/spa
- name: deploy
image: appleboy/drone-scp
@@ -24,7 +26,7 @@ steps:
username: root
key:
from_secret: SSH-nginx-key
source: dist/spa/*
source: *
target: /usr/share/nginx/tgCrewLanding
rm: true
when: