From dbf6b424cb1c617d6e92c56d16c5830164270d79 Mon Sep 17 00:00:00 2001 From: lixin Date: Fri, 17 Jan 2025 11:42:58 +0800 Subject: [PATCH] =?UTF-8?q?ci(drone):=20=E6=9B=B4=E6=96=B0=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 web_build_dir 的路径从 /index 改为 /automated - 此修改是为了适应网站部署流程的变化 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index bc16601..198d566 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ volumes: path: /usr/local/blackend/node_modules - name: web_build_dir host: - path: /opt/1panel/apps/openresty/openresty/www/sites/120.48.5.80/index + path: /opt/1panel/apps/openresty/openresty/www/sites/120.48.5.80/automated - name: yarn_cache host: path: /usr/local/blackend/yarn_cache