From ca3e80b314d39cbc79c7bceae58eb619e43d8a13 Mon Sep 17 00:00:00 2001 From: CCTVcalc Date: Wed, 23 Jul 2025 22:03:35 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2e33f40..eaba3d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,8 @@ 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 @@ -24,7 +26,7 @@ steps: username: root key: from_secret: SSH-nginx-key - source: dist/spa/. + source: dist/* target: /usr/share/nginx/tgCrewLanding rm: true when: