3091de3e79c65a59c27009dac84a7e1bdc2e16c5
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Complete project restructure with base image strategy: ✅ Project Structure: • Root: Makefile, .gitignore, .woodpecker.yml • helm/: Kubernetes & ArgoCD configs • docker/: All Docker files (Dockerfile, Dockerfile.base) • peikarband/: Complete source code ✅ Base Image Strategy: • hub.peikarband.ir/peikarband/landing:base • Same repository, different tags • Faster builds (3 min vs 10 min) ✅ CI/CD: • Smart pipeline with base image management • Auto-build on changes • Harbor registry integration ✅ Documentation: • Complete Makefile with help • Quick start guide • All commands documented
Peikarband Landing Platform
یک پلتفرم حرفهای برای مدیریت هاستینگ، سرورهای ابری و خدمات DevOps.
ساختار پروژه
landing/
├── Makefile # Build و deployment commands
├── .gitignore
├── .woodpecker.yml # CI/CD pipeline
│
├── helm/ # Kubernetes deployment
│ └── peikarband/
│
├── docker/ # Docker build configs
│ ├── Dockerfile
│ └── docker-compose.yml
│
└── peikarband/ # Source code و مستندات
├── README.md # مستندات کامل
├── src/ # Application code
├── tests/ # Tests
└── ...
دستورات سریع
# Development
make dev
# Docker build
make docker-build
# Helm deploy
make helm-upgrade
# برای اطلاعات بیشتر
cd peikarband/
cat README.md
Description
Languages
Python
81%
Shell
6.8%
Dockerfile
4.5%
Makefile
3.9%
CSS
2.6%
Other
1.2%