🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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.

Versionv2.0.0
Downloads842
Installs1
Stars⭐ 1
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 practices
  • compose β€” docker-compose.yml with common middleware
  • Web Server

  • nginx β€” Nginx config (reverse proxy / SPA / static site)
  • ssl β€” SSL/Let's Encrypt certificate config
  • CI/CD

  • ci β€” CI/CD pipeline (github / gitlab / jenkins)
  • Serverless

  • vercel β€” vercel.json configuration
  • netlify β€” netlify.toml configuration
  • Orchestration

  • k8s β€” Kubernetes Deployment + Service + Ingress YAML
  • Choosing 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