From 5bdf75605b662b0cf966131944da4186991666b5 Mon Sep 17 00:00:00 2001 From: CCTVcalc Date: Wed, 23 Jul 2025 22:19:32 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index f2d5ba6..d5d182f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,8 +16,6 @@ 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 @@ -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: