Commit Graph

4 Commits

Author SHA1 Message Date
904c0c35ce fix(ci): replace single-job workflow with proper 4-job Gitea Actions pipeline (lint → test → build → build → docker)
Some checks failed
CI / lint (push) Successful in 54s
CI / test (push) Failing after 1m13s
CI / build (push) Has been skipped
CI / docker (push) Has been skipped
2026-08-20 17:36:20 +03:00
70768d420e fix(ci): update Go version to 1.26.4 and modernize GitHub Actions
Some checks failed
/ build-and-deploy (push) Failing after 2m5s
2026-08-20 17:26:18 +03:00
b14682f424 fix: address code review findings
- Create README.md with project overview, quick start, Docker deployment, CI/CD info
- Update CLAUDE.md with Deployment section
- Fix cmd/api/main.go to use REDIS_ADDR env var with fallback
- Fix Dockerfile to use golang:1.22-alpine instead of golang:1.26-alpine
- Fix .gitea/workflows/deploy.yml to include Docker registry prefix in image tags
2026-08-19 01:11:55 +03:00
adfffa0f4b feat: create Gitea Actions CI/CD workflow
Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-18 22:53:18 +03:00