Configuration Examples
draftCopy-paste-friendly nextdeploy.yml snippets for common setups. Each example shows the minimum required and the most useful optional fields.
Source reference: sample.nextdeploy.yml
Minimal VPS deploy
TODO one server, one app, default Caddy + HTTPS.
Multi-server VPS (round-robin or staging+prod)
TODO
serversarray with name labels,--serverflag usage.
Minimal AWS serverless
TODO
us-east-1, default Lambda config, no CF domain config.
AWS with custom domain + ACM
TODO
serverlessblock + ACM cert validation flow.
AWS with ISR enabled
TODO
serverless.isrsettings, queue config.
AWS with image optimization
TODO
image_optimizationon / off,remotePatterns.
Cloudflare Workers (experimental)
TODO minimum bindings +
compatibility_date.
Cloudflare with Hyperdrive + Postgres
TODO Hyperdrive config, secret URL, binding wiring.
Doppler-driven secrets
TODO
secrets.provider: dopplerblock.
Webhook notifications
TODO
on_successSlack hook example.
CI deploy config
TODO env-driven values, headless deploy flags.