chore(scripts): commit or remove untracked watch_deploy.sh #119

Closed
opened 2026-07-06 19:19:19 +00:00 by funman300 · 0 comments
Owner

Severity: Low (chore)

scripts/watch_deploy.sh (the Gitea Actions deploy watcher) exists in the working tree but is untracked — it's the only untracked file in the repo. It's a useful, self-contained tool (polls docker-build / web-wasm-rebuild runs, reads the token from ~/.config/tea/config.yml, never prints it).

Either commit it (suggested: chore(scripts): add Gitea deploy watcher) or delete it if it was a one-off. Leaving it untracked risks silent loss and confuses git status hygiene.

Found during scripted repo review, 2026-07-06.

**Severity: Low (chore)** `scripts/watch_deploy.sh` (the Gitea Actions deploy watcher) exists in the working tree but is untracked — it's the only untracked file in the repo. It's a useful, self-contained tool (polls `docker-build` / `web-wasm-rebuild` runs, reads the token from `~/.config/tea/config.yml`, never prints it). Either commit it (suggested: `chore(scripts): add Gitea deploy watcher`) or delete it if it was a one-off. Leaving it untracked risks silent loss and confuses `git status` hygiene. Found during scripted repo review, 2026-07-06.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: funman300/Ferrous-Solitaire#119