Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-07-23 22:34:27 +03:00
parent a87c6b7554
commit 0010306bac

View File

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