Makefile reads renamed config.yml, deploys fail with name=null #5
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/backend#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-14T13:31:50Z - https://github.com/coilysiren/backend/issues/53
Pre-existing bug surfaced during the uv migration (coilysiren/coilyco-ai#479). Build step is green now (
uv sync --frozen --no-devworks in Docker), butmake .deployreads three vars fromconfig.ymlviayqand that file no longer exists - it was renamed tocoily.yamlin a prior commit ("deploy: rename config.yml to coily.yaml"). Every push since has failed withcat: config.yml: No such file or directoryand downstreamname=nullinterpolation. Fix: update Makefile to read fromcoily.yaml(or restore theconfig.ymlsymlink convention).Already resolved on
main. The Makefile reads its deploy vars (dns-name/email/name) fromcoily.yamlviayq, not the renamedconfig.yml- landed in commit8e22eba("ci: migrate deploy to Forgejo Actions + in-cluster registry"). No remainingconfig.ymlreferences in the repo, and all three keys resolve fromcoily.yaml. Closing.Sibling repos fixed in the same pass: eco-jobs-tracker#2, eco-mcp-app#1.