🧪 Skills

Deploy Helper

One-command deployment assistant. Generate Dockerfiles, docker-compose configs, Nginx configs, CI/CD pipelines, Vercel/Netlify configs, Kubernetes manifests,...

v2.2.0
❤️ 0
⬇️ 82
👁 2
Share

Description


name: deploy-helper description: "One-command deployment assistant. Generate Dockerfiles, docker-compose configs, Nginx configs, CI/CD pipelines, Vercel/Netlify configs, Kubernetes manifests, and SSL certificate setups. Commands: docker, compose, nginx, ci, vercel, netlify, k8s, ssl. Use for deployment, DevOps, containerization, infrastructure. Use when you need deploy helper capabilities. Triggers on: deploy helper."

🚀 Deploy Helper

From local to production — deployment configs generated in seconds.

Usage

bash scripts/deploy.sh <command> <project_type> [options]

Where project_type is one of: node, python, go, java, static

Commands

Containers

  • docker <type> — Multi-stage Dockerfile with security best practices
  • compose <type> — docker-compose.yml with common middleware

Web Server

  • nginx <type> — Nginx config (reverse proxy / SPA / static site)
  • ssl <domain> — SSL/Let's Encrypt certificate config

CI/CD

  • ci <platform> — CI/CD pipeline (github / gitlab / jenkins)

Serverless

  • vercel <type> — vercel.json configuration
  • netlify <type> — netlify.toml configuration

Orchestration

  • k8s <type> — 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

Reviews (0)

Sign in to write a review.

No reviews yet. Be the first to review!

Comments (0)

Sign in to join the discussion.

No comments yet. Be the first to share your thoughts!

Compatible Platforms

Pricing

Free

Related Configs