How do I deploy a site from Claude Code with one command?
Ask Claude Code to publish the site to Dorelli Cloud, or run this yourself in the project folder:
npx github:dorelli-cloud/cli deploy dist --email [email protected] --yes
The last line of the output is the address, live within a minute on yourname.dorelli.cloud. No account, no token to create first. Run it again in the same folder and the same site is updated; the key lives in .dorelli.json, which you keep out of version control. The trial is 14 days; keeping the site with your own domain, email and SSL is € 10 a month.
| Detail | Value |
|---|---|
| Command | npx github:dorelli-cloud/cli deploy [folder] --email <you> --yes |
| Folder | dist, build or out; leave it out to publish the current folder |
--yes | skips the confirmation, so an agent can run it unattended |
| Status | npx github:dorelli-cloud/cli status in the same folder |
| Limits | 50 MB per upload, 500 files, static files only |
| Price | free for 14 days, then € 10 a month with domain, email forwarding, SSL, backup and monitoring |
Prefer a tool over a command? Add us as an MCP server and Claude Code gets deploy_site and site_status:
claude mcp add dorelli -- npx -y github:dorelli-cloud/cli mcp
Claude Code reads our llms.txt as well, so "publish this to Dorelli" is usually enough. The email address must be real: the management link goes there.
Not for
A Next.js project with server components or API routes: that is an app, not a static site, and goes through a GitHub workflow on the App plan (€ 15). Also not for a folder without an index.html.
Checked against the code on 2026-09-22 · Evidence: packages/dorelli/src/cli.ts, packages/dorelli/skill/SKILL.md, lib/llms.ts, lib/config.ts