π¦ ClawHubβ¦ BytesAgain
Deploy Helper
by @xueyetianya
One-command deployment assistant. Generate Dockerfiles, docker-compose configs, Nginx configs, CI/CD pipelines, Vercel/Netlify configs, Kubernetes manifests.
TERMINAL
clawhub install deploy-helperπ About This Skill
version: "2.0.0" name: deploy-helper description: "One-command deployment assistant. Generate Dockerfiles, docker-compose configs, Nginx configs, CI/CD pipelines, Vercel/Netlify configs, Kubernetes manifests." author: BytesAgain homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills
π Deploy Helper
> From local to production β deployment configs generated in seconds.
Usage
bash scripts/deploy.sh [options]
Where project_type is one of: node, python, go, java, static
Commands
Containers
docker β Multi-stage Dockerfile with security best practicescompose β docker-compose.yml with common middlewareWeb Server
nginx β Nginx config (reverse proxy / SPA / static site)ssl β SSL/Let's Encrypt certificate configCI/CD
ci β CI/CD pipeline (github / gitlab / jenkins)Serverless
vercel β vercel.json configurationnetlify β netlify.toml configurationOrchestration
k8s β Kubernetes Deployment + Service + Ingress YAMLChoosing a Deploy Path
Side project β Vercel / Netlify (zero config)
Small team β Docker Compose + Nginx
Production β K8s + CI/CD + SSL
π¬ Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
π‘ Examples
bash scripts/deploy.sh [options]
Where project_type is one of: node, python, go, java, static