Hostinger OpenClaw VPS
deploy_website
NEW SITE? STOP — run the BUILD ORDER first (get_account → ask single-file vs multi-page + notification emails → create_data_collection for EVERY repeating section → create_form / create_booking_page → upload_media → THEN deploy). Deploys ONE self-contained HTML file (markup, Tailwind CDN classes, small JS in index.html; optional css/js). Hardcoded list content that belongs in Data is a BROKEN build. After deploy: assign_to_project, configure_chatbot, and ALWAYS hand the user the complete site code in your own interface — deploying alone is not the deliverable. get_guide("workflow") has the full rules. Returns a live URL; reusing a project name redeploys it in-place.
Remote (network-hosted)
Other tools also called deploy_website?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"js": {
"type": "string",
"description": "JavaScript code (will be saved as script.js and auto-linked in the HTML)"
},
"css": {
"type": "string",
"description": "CSS styles (will be saved as style.css and auto-linked in the HTML)"
},
"html": {
"type": "string",
"description": "The full HTML content of the website"
},
"name": {
"type": "string",
"description": "URL-friendly project name (e.g. 'my-landing-page'). If omitted, a name is generated. Reusing an existing name will redeploy."
}
}
}