agency-hosting_buildAgencyPlanWebsiteNodeJSAssetsV1
Deploy a Node.js application to an Agency Plan website from an uploaded archive. Provide the archive path relative to the document root, and the site contents are overwritten with the build result.
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`. |