ci: 添加PVE节点配置到CI管道
All checks were successful
continuous-integration/drone/push Build is passing

- 在.drone.yml中添加节点配置以指定PVE环境
- 确保CI管道使用正确的执行节点进行构建
This commit is contained in:
2025-12-16 12:39:17 +08:00
parent 40735e9e8d
commit bf5590d801

View File

@@ -2,6 +2,9 @@ kind: pipeline
type: docker
name: student-build
node:
name: pve
steps:
- name: docker-build-push
image: plugins/docker