Recipes
Recipes are importable modules that register tasks and insert them into the pipeline automatically.
| Recipe | Description |
|---|---|
| astro | Astro remote build for server output |
| astro_static | Astro static site with local build |
| caddy | Validate, reload, and upload Caddy configuration |
| git | Clone the repository and log revisions |
| rsync | Transfer files via rsync |
| adonisjs | AdonisJS-specific deployment steps with remote build |
| adonisjs_local | AdonisJS local build plus artifact upload |
| directus | Directus schema and database tasks |
| nestjs | NestJS remote build using standard Node.js tasks |
| nextjs | Next.js remote build with standalone output symlinks |
| nextjs_static | Next.js static export with local build |
| nuxt | Nuxt build and static generation tasks |
| nuxt_static | Nuxt static site with local generation |
| pm2 | Process management with PM2 |
| redis | Flush one, many, or all Redis databases |
| systemd | Restart, reload, inspect, and read logs for services |
| tanstack | TanStack Start remote build for Node.js server output |
| vitepress | Build VitePress locally and upload static artifacts |