feat(builder): load publish credentials from .env.builder
Keep DEB/Docker publish keys out of the project's .env. Scripts and check.py --ready only read .env.builder; empty values count as missing.
This commit is contained in:
@@ -49,8 +49,8 @@ description: >-
|
||||
|
||||
项目状态放在 skill 真正消费的位置(覆盖层、`makefile.builder`、compose),不要为了对齐
|
||||
而新建一层没人读的 `.pouch/<skill>/`。`pouch init` 只用于确实有 templates/
|
||||
覆盖层的 skill。需要 make 目标的 skill 用自己的文件名(如 `makefile.builder`),
|
||||
不要占用用户的 `Makefile`。
|
||||
覆盖层的 skill。需要 make 目标或发布凭据的 skill 用自己的文件名(如 `makefile.builder`、
|
||||
`.env.builder`),不要占用用户的 `Makefile` 或 `.env`。
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user