CI/CD Guide
CI
GitHub Actions runs:gofmtcheckgo vet ./...go test ./...go build ./cmd/gigi- Docker Compose smoke test against
/healthzand/readyz
.github/workflows/ci.yml
Build
The application image is built from the rootDockerfile. Build metadata can be injected with Go linker flags:
- version
- commit
- build time
Deploy
Deployment is handled by Coolify or another Docker host that builds this repository and runs Docker Compose. This repo does not ship a host-specific release uploader, service unit, or reverse-proxy config. Pushes tomain only run CI validation.
