From e79c3242ffd175536daf79cedafdc5e6dc1fdd1d Mon Sep 17 00:00:00 2001 From: CCTVcalc Date: Wed, 23 Jul 2025 22:22:37 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index bb8a88b..b480679 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - npm install -g @quasar/cli - npm install - quasar build -m spa - - mv dist/spa/* / + - mv dist/spa/* ./ - rm -rf dist/spa - name: deploy @@ -26,7 +26,7 @@ steps: username: root key: from_secret: SSH-nginx-key - source: * + source: ./ target: /usr/share/nginx/tgCrewLanding rm: true when: