agency-hosting_buildWebsiteNodeJSAssetsV1
Builds and deploys a Node.js application for an Agency Plan website from an already-uploaded archive, overwriting the site's public_html with the build output.
Instructions
Builds and deploys a Node.js application for an Agency Plan website from an already-uploaded archive.
Upload the archive to file browser first, then provide its relative path from document root in this request. Website contents are overwritten by the build result, which is deployed to public_html.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| website_uid | Yes | Agency Plan website UID | |
| archive_path | Yes | Directory, relative to the website document root, where the uploaded site archive currently lives. Most commonly this is simply `public_html`. |