From 280bad318f741eefaab2825ca81c472f1a9c0f6c Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Mon, 29 Jul 2024 10:12:57 +0800 Subject: [PATCH] init --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c83124c..b7b0ac6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,11 @@ steps: commands: - npm install - npm run build + - ls + - cd dist + - ls + - cd build + - ls #- name: test # image: node:16.18.1 @@ -16,4 +21,4 @@ steps: - name: deploy image: nginx:1.21 commands: - - cp -r build/* /usr/share/nginx/html \ No newline at end of file + - cp -r build/. /usr/share/nginx/html \ No newline at end of file