test-ci2/.claude/CLAUDE.md
jordan 2c1060c56e
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initialize project from default template
2026-01-31 18:02:21 +00:00

33 lines
617 B
Markdown

# test-ci2
Project deployed to pp32j3c8.threesix.ai via threesix.ai platform.
## Quick Start
```bash
# Clone
git clone https://git.threesix.ai/jordan/test-ci2.git
cd test-ci2
# Build
docker build -t test-ci2 .
# Run
docker run -p 8080:8080 test-ci2
```
## Deployment
Pushes to `main` trigger automatic deployment via Woodpecker CI:
1. Build Docker image
2. Push to registry (registry.threesix.ai)
3. Update Kubernetes deployment
Live at: https://pp32j3c8.threesix.ai
## Constraints
- Keep the Dockerfile optimized for build time
- Use multi-stage builds when possible
- All config via environment variables