cf6fcd4dfe66d8f606dc90fff440f2250c483b52
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Solution to 413 Payload Too Large: ✅ Same repository: peikarband/landing ✅ Different tags: base, latest, {commit} Images: • hub.peikarband.ir/peikarband/landing:base (base image) • hub.peikarband.ir/peikarband/landing:latest (app) • hub.peikarband.ir/peikarband/landing:{commit} (app) No new repo creation, no permission issues!
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%