This skill guides you through deploying applications to production using modern platforms and tools. Use this workflow when deploying Next.js, full-stack apps, containerized services, or serverless functions.
Never commit secrets to git. Always use .env.example for documentation:
Import at the top of your app to validate on startup:
작업에 배포, 호스팅 또는 CI/CD 파이프라인이 포함되는 경우 사전에 로드하세요. 사용자가 "이것을 배포", "CI/CD 설정", "Docker 추가", "Vercel 구성" 또는 "모니터링 설정"이라고 말할 때 사용합니다. 플랫폼별 배포(Vercel, Railway, Fly.io, AWS), Dockerfile 생성, 환경 변수 관리, CI/CD 파이프라인 구성(GitHub Actions), 미리보기 배포, 상태 확인, 롤백 전략 및 프로덕션 모니터링 설정을 다룹니다. 출처: mgd34msu/goodvibes-plugin.