dc9faa989f3d6c44b1239531e92a35652cac9a3f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- Always build base image first (with cache for speed) - If base exists in registry, uses cache (~30 sec) - If base doesn't exist, builds from scratch (~10 min) - Then builds and pushes application image - Self-healing: no manual intervention needed Pipeline flow: 1. build-base-image (always, with cache) 2. build-image (app) 3. push-image (with multi-tags) 4. verify-push 5. notify First run: ~12 minutes (base + app) Subsequent: ~3 minutes (cached base + app)
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.9%
Dockerfile
4.3%
Makefile
3.9%
CSS
2.7%
Other
1.2%