Deploy Static Website
hosting_deploy_staticDeploy static websites from pre-built archives containing HTML, CSS, JS, and images. No build process needed—just point to the archive on the server.
Instructions
Deploy a static website from an archive (HTML/CSS/JS/images). Archive must contain pre-built files ready to serve. No build process. For JS apps with build step, use hosting_deploy_js_app instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Website domain | |
| username | Yes | Hosting account username | |
| archive_path | Yes | Path to archive file on server |