From 0b3a276e83103a131c43d1334dd2b1e9d76362d3 Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Mon, 29 Jul 2024 10:23:23 +0800 Subject: [PATCH] init --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b7b0ac6..d9238a1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,8 +10,6 @@ steps: - ls - cd dist - ls - - cd build - - ls #- name: test # image: node:16.18.1 @@ -21,4 +19,4 @@ steps: - name: deploy image: nginx:1.21 commands: - - cp -r build/. /usr/share/nginx/html \ No newline at end of file + - cp -r dist/. /usr/share/nginx/html \ No newline at end of file