Deploy the project to its hosting platform. Reads the stack template YAML (templates/stacks/{stack}.yaml) for exact deploy config (platform, CLI tools, infra tier, CI/CD, monitoring), detects installed CLI tools, sets up database and environment, pushes code, and verifies deployment is live.
Paths are relative to the skill's plugin root. Search for these files via Glob if not found at expected location.
After /build has completed all tasks (build stage is complete). This is the deployment engine.
호스팅 플랫폼에 프로젝트 배포 — 정확한 구성을 위해 스택 YAML 읽기, 로컬 CLI 도구(vercel, wrangler, supabase, fly, sst) 감지, 데이터베이스 설정, 코드 푸시, 라이브 배포 확인. 사용자가 "배포", "프로덕션으로 푸시", "호스팅 설정"이라고 말할 때 또는 /build가 완료된 후에 사용합니다. 빌드가 완료되기 전에는 사용하지 마세요. 출처: fortunto2/solo-factory.