ci: 添加 Epic UI 构建和部署工作流

- 新增 CI/CD 工作流文件,实现前端项目的自动构建和部署
- 支持 main、master 和 develop 分支的自动构建- 包含代码检出、环境安装、依赖管理、项目构建等步骤
- 实现构建产物的自动部署和 Docker 容器重启
This commit is contained in:
hu xiaotong
2025-07-07 13:55:56 +08:00
parent 9699e6dd5a
commit 85d1481b36

View File

@@ -8,7 +8,7 @@ on:
jobs: jobs:
build: build:
runs-on: [ubuntu-latest, nodejs, frontend] runs-on: gitea_labels
container: container:
image: gitea-ci-bash:latest image: gitea-ci-bash:latest
steps: steps: