ci: Switch to Woodpecker CI pipeline

Replaces Gitea Actions with Woodpecker CI config.

Pipeline:
- CI: typecheck backend, build all 3 frontends (all branches)
- CD: build 4 Docker images, deploy to k8s (master only)

Required secrets in Woodpecker:
- registry_username
- registry_password
- kubeconfig_data (base64 encoded)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Kelly
2025-12-07 12:18:13 -07:00
parent 84cdc1c12c
commit 861201290a
10 changed files with 728 additions and 665 deletions

4
.gitignore vendored
View File

@@ -37,6 +37,10 @@ npm-debug.log*
# Local storage (runtime data, not source)
backend/storage/
# Product images (crawled data, not source)
backend/public/images/products/
backend/public/images/brands/
# Vite cache
**/node_modules/.vite/