ci: 更新前端构建目录路径
All checks were successful
continuous-integration/drone/push Build is passing

- 将 web_build_dir 的主机路径从 /usr/local/frontend/automated_admin 修改为 /opt/1panel/apps/openresty/openresty/www/sites/120.48.5.80/index
- 此修改可能是为了适配新的部署环境或目录结构变化
This commit is contained in:
lixin 2025-01-10 17:45:15 +08:00
parent cfa309b8cd
commit ea26dfd357

View File

@ -8,7 +8,7 @@ volumes:
path: /usr/local/frontend/node_modules
- name: web_build_dir
host:
path: /usr/local/frontend/automated_admin
path: /opt/1panel/apps/openresty/openresty/www/sites/120.48.5.80/index
- name: yarn_cache
host:
path: /usr/local/frontend/yarn_cache