From deploio
Deploy the current app to Deploio for the first time. Triggers the deploio-deploy skill — detects your framework, confirms the plan, then deploys from your git remote.
How this command is triggered — by the user, by Claude, or both
Slash command
/deploio:deployThe summary Claude sees in its command listing — used to decide when to auto-load this command
Use the deploio-deploy skill to deploy this app to Deploio.
Use the deploio-deploy skill to deploy this app to Deploio.
npx claudepluginhub renuo/deploio-claude-plugin --plugin deploio/deployGenerates GitHub Actions workflow to build and deploy VitePress wiki site to GitHub Pages after checking for wiki directory and existing workflows.
/deployForwards to /portaljs-deploy for one minor release, then removed. Invoke /portaljs-deploy instead.
/deployDeploys app to staging/production/preview with pre/post checks. Auto-detects method (Vercel/Netlify/Docker/Kubernetes/SSH/GitHub Pages), tags deploys, verifies health, outputs status and rollback.
/deployDeploys current project to Vercel via CLI with preflight checks. Defaults to preview; pass 'prod' or 'production' for production with explicit confirmation.
/deployRuns pre-flight checks (env validation, migrations, bundle size, ship audit), deploys the project, and performs production health check.
/deployGuides deployment of Kotlin/Next.js services to Railway (default), AWS, or GCP with pre-flight checks, config templates, and step-by-step instructions.