cea9b941cf
Build and Push / build (push) Failing after 13m20s
Go 项目,包含: - 服务端 updater:两阶段协议,ECDSA 签名验证,AES-GCM 加密 - 发送端 dcu-send:Gitea Action CLI - internal/auth:加解密/签名/会话管理 - internal/docker:Docker CLI 容器查找/拉取/重建 - action/:Gitea Action 定义 - deploy/Dockerfile:多阶段构建 - .gitea/workflows/build.yaml:CI/CD
20 lines
171 B
Plaintext
20 lines
171 B
Plaintext
# 编译产物
|
|
/updater
|
|
/dcu-send
|
|
/bin/
|
|
|
|
# 私钥(绝对不提交)
|
|
keys/*-private.pem
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# 系统
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# 临时文件
|
|
*.log
|
|
/tmp/
|