Status
Theworkflow deploy command is not currently implemented in the CLI.
Alternative Deployment Methods
Vercel
Use the Vercel CLI or Git integration:- Next.js: Use
withWorkflow()innext.config.js - Nuxt: Add
@workflow/nuxtmodule - Astro: Add
@workflow/astrointegration - SvelteKit: Import and use
@workflow/sveltekit - Nitro: Add
@workflow/nitromodule
Manual Build and Deploy
- Build workflows:
- Deploy using your platform’s CLI:
Framework-Specific Deployment
Next.js on Vercel
Nuxt on Vercel
Standalone Deployment
Planned Features
A futureworkflow deploy command may include:
- Direct deployment to Vercel
- Deployment to other platforms
- Environment variable management
- Deployment previews
- Rollback capabilities
Current Recommendation
Use your framework’s standard deployment process. Workflow bundles are automatically built and included during the framework’s build process. For Vercel deployments, the workflow integrations automatically:- Detect Vercel environment
- Build appropriate bundles
- Configure serverless functions
- Set up routes