remove chat artifacts
Some checks failed
Auto-Deploy Changed Stacks / deploy (push) Failing after 4s

This commit is contained in:
nathan 2026-06-02 12:15:25 -04:00
parent 1545d7fd2e
commit 2ecc602963

View File

@ -1,11 +1,3 @@
This is actually better than Option C as originally conceived. Komodo has a proper API client with a `DeployStack` execute endpoint — meaning the workflow doesn't need to construct webhook URLs at all. It can just call the Komodo API directly by stack name.
There's even a GitHub Marketplace action (`komodoactions`) that wraps this exact pattern — API key + secret + stack name → deploy. That's compatible with Gitea Actions.
Here's the plan document to commit before the Claude Code session:
---
**`documentation/plans/plan-autoDeployEnrichment.md`** **`documentation/plans/plan-autoDeployEnrichment.md`**
```markdown ```markdown
@ -127,8 +119,4 @@ Reflect the new secret names in the Auto-Deploy section.
2. Komodo service user created with Stack Execute permissions 2. Komodo service user created with Stack Execute permissions
3. API key + secret copied and ready to add as Gitea secrets 3. API key + secret copied and ready to add as Gitea secrets
4. Confirm stack names in homelab repo match stack names in Komodo UI 4. Confirm stack names in homelab repo match stack names in Komodo UI
``` ```
---
Commit that to `documentation/plans/plan-autoDeployEnrichment.md` and you're ready for the next session. The runner setup is still the blocker — nothing else can be tested until that's in place.