agency-hosting_buildAgencyPlanWebsiteNodeJSAssetsV1
Deploy a Node.js app to an Agency Plan website by specifying the archive path relative to the document root. The build overwrites the site contents.
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`. |