Makefile reads renamed config.yml, deploys fail with name=null #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).