Commit Graph

2 Commits

Author SHA1 Message Date
josh 4dcd1f943b Disable Go module cache in CI to avoid 4m+ timeout
build-and-push / test (push) Successful in 41s
build-and-push / build-and-push (push) Successful in 1m22s
Gitea's cache server is unreachable, causing setup-go to block on a
failed cache restore. Disable it since the Docker build layer caches
dependencies independently.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-03 21:44:12 -04:00
josh c06ce6e8bb Add CI/CD pipeline and docker-compose for deployment
build-and-push / test (push) Successful in 10m25s
build-and-push / build-and-push (push) Failing after 33s
- Gitea Actions workflow: test → build → push to container registry
- docker-compose.yml for host deployment (host network for PXE)
- Update example config to use container paths (/data, /etc/provisioning)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-03 20:58:15 -04:00