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