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

This commit is contained in:
2025-07-23 22:19:32 +03:00
parent b2e242dc71
commit 5bdf75605b

View File

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