fix: 注册 lunar 专属运行器并修正工作流标签
- 在 doc79 注册 act_runner-lunar(ID 43),模式参考 readitlater - lunar-node: docker://node:22-bookworm(小程序构建) - lunar-ci: docker://golang:1.22-bookworm(后端构建) - 产物挂载 /opt/lunar/ci-artifacts:/ci-artifacts - .gitignore 补充 web/ 和 .ci-tmp/
This commit is contained in:
@@ -41,6 +41,7 @@ logs/
|
||||
# 临时文件
|
||||
tmp/
|
||||
temp/
|
||||
.ci-tmp/
|
||||
|
||||
# Go
|
||||
server/bin/
|
||||
@@ -59,6 +60,9 @@ server/public/build/
|
||||
server/public/hot
|
||||
server/web/
|
||||
|
||||
# web 版万年历(独立项目,不属于本仓库)
|
||||
web/
|
||||
|
||||
# 数据库
|
||||
*.db
|
||||
*.sqlite
|
||||
|
||||
Reference in New Issue
Block a user