Makefile reads renamed config.yml, deploys fail with name=null #2

Open
opened 2026-05-23 20:54:08 +00:00 by coilysiren · 0 comments
Owner

Originally filed by @coilysiren on 2026-05-14T13:31:50Z - https://github.com/coilysiren/eco-jobs-tracker/issues/30

Pre-existing bug surfaced during the uv migration (coilysiren/coilyco-ai#479). Build step is green now (uv sync --frozen --no-dev works in Docker), but make .deploy reads three vars from config.yml via yq and that file no longer exists - it was renamed to coily.yaml in a prior commit ("deploy: rename config.yml to coily.yaml"). Every push since has failed with cat: config.yml: No such file or directory and downstream name=null interpolation. Fix: update Makefile to read from coily.yaml (or restore the config.yml symlink convention).

_Originally filed by @coilysiren on 2026-05-14T13:31:50Z - [https://github.com/coilysiren/eco-jobs-tracker/issues/30](https://github.com/coilysiren/eco-jobs-tracker/issues/30)_ Pre-existing bug surfaced during the uv migration (coilysiren/coilyco-ai#479). Build step is green now (`uv sync --frozen --no-dev` works in Docker), but `make .deploy` reads three vars from `config.yml` via `yq` and that file no longer exists - it was renamed to `coily.yaml` in a prior commit ("deploy: rename config.yml to coily.yaml"). Every push since has failed with `cat: config.yml: No such file or directory` and downstream `name=null` interpolation. Fix: update Makefile to read from `coily.yaml` (or restore the `config.yml` symlink convention).
Sign in to join this conversation.
No labels
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-flight-deck/eco-jobs-tracker#2
No description provided.