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.
Projekt auf der Hosting-Plattform bereitstellen – Stack-YAML für genaue Konfiguration lesen, lokale CLI-Tools erkennen (Vercel, Wrangler, Supabase, Fly, SST), Datenbank einrichten, Code pushen, Live-Bereitstellung überprüfen. Wird verwendet, wenn der Benutzer sagt: „Bereitstellen“, „Push to Production“, „Setup Hosting“ oder nach Abschluss von /build. NICHT verwenden, bevor der Bau abgeschlossen ist. Quelle: fortunto2/solo-factory.