From a6072e036db77d4bf01fa99326ba979c9d356a46 Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Sat, 27 Jul 2024 16:18:27 +0800 Subject: [PATCH] init --- .drone.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index c83124c..690a091 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,6 @@ name: default steps: - name: build - image: node:16.18.1 commands: - npm install - npm run build @@ -13,7 +12,7 @@ steps: # commands: # - npm run test -- name: deploy - image: nginx:1.21 - commands: - - cp -r build/* /usr/share/nginx/html \ No newline at end of file +#- name: deploy +# image: nginx:1.21 +# commands: +# - cp -r build/* /usr/share/nginx/html \ No newline at end of file