Task-focused recipes for common deployment jobs. Each one is end-to-end —
follow it top to bottom and the task is done.
New to Wokku? Start with Your First Deploy
or a framework guide first.
Recipes
- Run background workers — queues, consumers, any non-web process
- Schedule tasks (cron) — run a command on a schedule
- Add Postgres + Redis — wire a database and cache to one app
- Deploy with a Dockerfile — full control over the build
- Deploy from a monorepo — ship one app out of a subdirectory
- Roll back a bad deploy — instant revert to a previous release
- Preview deploys for pull requests — a live URL per PR
- Deploy with Claude (MCP) — provision + deploy from your editor
See also
- Environment variables & secrets → Config
- Custom domains & SSL → Custom Domains · SSL
- Logs → Logs