ci-cd-architecture

Installation
SKILL.md

CI/CD & Deployment

Overview

Covers CI/CD pipeline design, deployment platform selection, and production infrastructure. Focuses on GitHub Actions with hardened security (OIDC, permission scoping, action pinning), Bun-first build optimization, and deployment patterns from MVP to enterprise scale.

When to use: Setting up GitHub Actions workflows, choosing deployment targets, configuring OIDC for cloud providers, optimizing CI performance, planning multi-environment pipelines.

When NOT to use: Application-level architecture decisions (use framework-specific skills), Kubernetes cluster management (use dedicated IaC tools), cloud provider console configuration.

Quick Reference

Need Solution
MVP deploy (< 1K users) Vercel, Netlify, Railway, Cloudflare Pages
Growing product (1K-100K) AWS Amplify, Cloud Run, Fly.io, Render
Enterprise (100K+) AWS ECS/EKS, GKE, DigitalOcean App Platform
Static site Vercel, Netlify, Cloudflare Pages
Full-stack + DB Railway, Render, AWS Amplify
Related skills
Installs
58
GitHub Stars
11
First Seen
Feb 20, 2026