deploy

Automates Bodam platform backend (Kubernetes) and frontend (Vercel) deployments via trigger script.

1|Updated Sep 19, 2025
One-click install
npx skills add https://github.com/dlehdgml5328/bodam --skill deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/dlehdgml5328/bodam/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/dlehdgml5328/bodam --skill deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the complex and error-prone process of deploying the Bodam platform's backend (Kubernetes) and frontend (Vercel), reducing manual effort and ensuring consistent, reliable deployments. It streamlines the entire CI/CD pipeline, allowing you to focus on development rather than operational tasks.

Core Features & Use Cases

  • Integrated CI/CD Trigger: Automatically initiates GitHub Actions workflows for both backend (Kubernetes) and frontend (Vercel) deployments.
  • Environment-Aware Deployment: Intelligently deploys to preview or production environments based on the current Git branch or user specification.
  • Pre-deployment Validation: Integrates seamlessly with the predeploy Skill to ensure all checks (Git status, tests, code quality) pass before deployment.
  • Use Case: When a new feature is ready for release, simply ask the AI, "Deploy the Bodam platform to production," and this Skill will handle all the necessary steps from validation to triggering the CI/CD pipelines, providing real-time status updates.

Quick Start

Deploy the Bodam platform to the production environment.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate deployment of my backend and frontend to production?

Deployment automation triggers GitHub Actions workflows to deploy your backend to Kubernetes and frontend to Vercel simultaneously. This Skill handles environment detection, pre-deployment validation, and CI/CD pipeline initiation when you request a deployment.

What checks run before deploying to production or preview?

Pre-deployment validation verifies Git status, test results, lint and type checks, and successful builds. These checks ensure code quality and stability before triggering the deployment workflows to either preview or production environments.

Can I deploy to preview and production environments with the same process?

Yes, this Skill deploys to both preview and production environments intelligently based on your Git branch or explicit specification. It applies the same validation and CI/CD workflow triggering for either environment.

What platforms does this deployment automation support?

This Skill automates deployment across Kubernetes for backend infrastructure and Vercel for frontend hosting. It integrates with GitHub Actions workflows to orchestrate deployments to both platforms simultaneously.

How does this differ from manual GitHub Actions deployment?

This Skill wraps the entire deployment workflow—environment determination, validation checks, secret verification, and workflow triggering—into a single command. It eliminates manual steps and ensures consistent, validated deployments.

What happens if validation checks fail before deployment?

If Git status, tests, lint checks, or builds fail, deployment is blocked until issues are resolved. The Skill integrates with pre-deployment validation to prevent invalid code from reaching production or preview environments.